aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@theqtcompany.com>2015-12-04 11:26:49 +0100
committerAndy Shaw <andy.shaw@theqtcompany.com>2015-12-10 21:30:28 +0000
commit116bfc38109aef329bb1155cf94a4706c7b4fb6b (patch)
treec48d5263d39fb13773f72831994cb187dc1dac9e /src/plugins
parent4bce183390c6a4633dd46d0b0cd4c1c24877fe87 (diff)
Add explicit include for QCoreApplication to satisfy some compilersr2d-5.5
Change-Id: I9ebe3d6599c845f0115fbd53b9584896faf146f3 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/scenegraph/softwarecontext/renderloop.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/renderloop.cpp b/src/plugins/scenegraph/softwarecontext/renderloop.cpp
index efae5f03fb..89a87d7a1a 100644
--- a/src/plugins/scenegraph/softwarecontext/renderloop.cpp
+++ b/src/plugins/scenegraph/softwarecontext/renderloop.cpp
@@ -23,6 +23,7 @@
#include <private/qquickwindow_p.h>
#include <QElapsedTimer>
#include <private/qquickprofiler_p.h>
+#include <QCoreApplication>
RenderLoop::RenderLoop()
: eventPending(false)