aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgthreadedrenderloop_p.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-06-05 12:10:06 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-06-08 14:10:45 +0200
commit433dc99229c7c980f410b6692c1df17734c95385 (patch)
tree876adc33c9240e4ef782057c07c192543bc9ae3d /src/quick/scenegraph/qsgthreadedrenderloop_p.h
parent3f5e21a0cc9f41f1747e5c431695e7798ee489db (diff)
Make render loops OpenGL clean
Task-number: QTBUG-84718 Task-number: QTBUG-84623 Change-Id: I14392c365a52ecc410362500bbe29b4dd7953007 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/quick/scenegraph/qsgthreadedrenderloop_p.h')
-rw-r--r--src/quick/scenegraph/qsgthreadedrenderloop_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/quick/scenegraph/qsgthreadedrenderloop_p.h b/src/quick/scenegraph/qsgthreadedrenderloop_p.h
index d805c91d79..f8075d9791 100644
--- a/src/quick/scenegraph/qsgthreadedrenderloop_p.h
+++ b/src/quick/scenegraph/qsgthreadedrenderloop_p.h
@@ -52,7 +52,6 @@
//
#include <QtCore/QThread>
-#include <QOpenGLContext>
#include <private/qsgcontext_p.h>
#include "qsgrenderloop_p.h"
@@ -137,8 +136,6 @@ private:
bool m_lockedForSync;
};
-
-
QT_END_NAMESPACE
#endif // QSGTHREADEDRENDERLOOP_P_H