mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 774813 - Bug 774139 will break Qt builds due to #define signals. r=cjones
This commit is contained in:
parent
76716a8e40
commit
925bae17d1
@ -36,4 +36,6 @@ private:
|
||||
} /* namespace plugins */
|
||||
} /* namespace mozilla */
|
||||
|
||||
#undef slots
|
||||
|
||||
#endif
|
||||
|
@ -13,6 +13,7 @@
|
||||
#ifdef MOZ_WIDGET_QT
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QtCore/QEventLoop>
|
||||
#include "NestedLoopTimer.h"
|
||||
#endif
|
||||
|
||||
#include "base/process_util.h"
|
||||
|
Loading…
Reference in New Issue
Block a user