Bug 774813 - Bug 774139 will break Qt builds due to #define signals. r=cjones

This commit is contained in:
Oleg Romashin 2012-07-18 22:45:58 -04:00
parent 76716a8e40
commit 925bae17d1
2 changed files with 3 additions and 0 deletions

View File

@ -36,4 +36,6 @@ private:
} /* namespace plugins */
} /* namespace mozilla */
#undef slots
#endif

View File

@ -13,6 +13,7 @@
#ifdef MOZ_WIDGET_QT
#include <QtCore/QCoreApplication>
#include <QtCore/QEventLoop>
#include "NestedLoopTimer.h"
#endif
#include "base/process_util.h"