aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/renderloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/renderloop.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/renderloop.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/renderloop.h b/src/plugins/scenegraph/softwarecontext/renderloop.h
index f653f49aba..385ed63b3b 100644
--- a/src/plugins/scenegraph/softwarecontext/renderloop.h
+++ b/src/plugins/scenegraph/softwarecontext/renderloop.h
@@ -32,6 +32,8 @@
#include <private/qsgrenderloop_p.h>
+QT_BEGIN_NAMESPACE
+
class RenderLoop : public QSGRenderLoop
{
Q_OBJECT
@@ -74,4 +76,6 @@ public:
QImage grabContent;
};
+QT_END_NAMESPACE
+
#endif // RENDERLOOP_H