aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/threadedrenderloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/threadedrenderloop.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/threadedrenderloop.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/threadedrenderloop.h b/src/plugins/scenegraph/softwarecontext/threadedrenderloop.h
index 7e3bcb2d79..f5c640bb76 100644
--- a/src/plugins/scenegraph/softwarecontext/threadedrenderloop.h
+++ b/src/plugins/scenegraph/softwarecontext/threadedrenderloop.h
@@ -23,6 +23,8 @@
#include <private/qsgrenderloop_p.h>
+QT_BEGIN_NAMESPACE
+
class RenderThread;
class ThreadedRenderLoop : public QSGRenderLoop
@@ -94,4 +96,6 @@ private:
bool m_lockedForSync;
};
+QT_END_NAMESPACE
+
#endif // THREADEDRENDERLOOP_H