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>
bb10
Jędrzej Nowacki 2016-07-22 10:13:17 +02:00
parent 33ec04d299
commit 31520c4fc0
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@
// We mean it.
//
#include "qcoreapplication.h"
#include "qobject_p.h"
QT_BEGIN_NAMESPACE