summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Render/WGLRenderContext.cpp
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2018-06-11 14:17:53 +0300
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2018-06-12 07:58:05 +0000
commit4cdfa2bd8d3ef8cf3305a4d26624bd141e46f884 (patch)
treee64e264e82c525200856d2dd417da2e5df9f2165 /src/Authoring/Studio/Render/WGLRenderContext.cpp
parent992fe137b7d633803d05a906b0df3beaa65b3c2f (diff)
Consolidate stdafx headers into Qt3DSCommonPrecompile.h
Task-number: QT3DS-256 Change-Id: I1ab44e93bf505f68690114f2a2c5f1a012e02af1 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Render/WGLRenderContext.cpp')
-rw-r--r--src/Authoring/Studio/Render/WGLRenderContext.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/Authoring/Studio/Render/WGLRenderContext.cpp b/src/Authoring/Studio/Render/WGLRenderContext.cpp
index 1df49bda..f9e6aa86 100644
--- a/src/Authoring/Studio/Render/WGLRenderContext.cpp
+++ b/src/Authoring/Studio/Render/WGLRenderContext.cpp
@@ -27,10 +27,7 @@
**
****************************************************************************/
-//=============================================================================
-// Includes
-//=============================================================================
-#include "stdafx.h"
+#include "Qt3DSCommonPrecompile.h"
#include "WGLRenderContext.h"
#include "foundation/TrackingAllocator.h"
@@ -41,7 +38,7 @@
#include <QtGui/QOpenGLContext>
#include <QtGui/QSurfaceFormat>
-#include <QOpenGLWidget>
+#include <QtWidgets/qopenglwidget.h>
//QT3DS_DEFINE_THISFILE;