summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>2016-07-22 10:13:17 +0200
committerJędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>2016-08-04 08:47:52 +0000
commit31520c4fc0a7a7981e91145b6cff24d08a2ea81b (patch)
tree6b053571a0546643760528727257475debe490f6 /src
parent33ec04d299f0f6eb2378a5c51211439516367db5 (diff)
Add missing include in qeventloop_p.h
The code depends on qApp to be visible in the scope Change-Id: Ibeb54c90f5a65f441e9eb90b848952b955c71f0d Reviewed-by: Jesus Fernandez <jesus.fernandez@theqtcompany.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/kernel/qeventloop_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/kernel/qeventloop_p.h b/src/corelib/kernel/qeventloop_p.h
index 3ce707a6a9..dcbb5c63c6 100644
--- a/src/corelib/kernel/qeventloop_p.h
+++ b/src/corelib/kernel/qeventloop_p.h
@@ -51,6 +51,7 @@
// We mean it.
//
+#include "qcoreapplication.h"
#include "qobject_p.h"
QT_BEGIN_NAMESPACE