summaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/renderer.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/renderer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/renderer.h b/src/plugins/scenegraph/softwarecontext/renderer.h
index d26f0f1..d9a86b9 100644
--- a/src/plugins/scenegraph/softwarecontext/renderer.h
+++ b/src/plugins/scenegraph/softwarecontext/renderer.h
@@ -38,6 +38,8 @@
#include <QtGui/QImage>
#endif
+QT_BEGIN_NAMESPACE
+
class QSGSimpleRectNode;
namespace SoftwareContext{
@@ -65,4 +67,6 @@ private:
} // namespace
+QT_END_NAMESPACE
+
#endif // RENDERER_H