aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/renderablenode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/renderablenode.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/renderablenode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/renderablenode.h b/src/plugins/scenegraph/softwarecontext/renderablenode.h
index 4c6fdc765b..89ca942c07 100644
--- a/src/plugins/scenegraph/softwarecontext/renderablenode.h
+++ b/src/plugins/scenegraph/softwarecontext/renderablenode.h
@@ -34,6 +34,8 @@
#include <QtCore/QRect>
#include <QtGui/QTransform>
+QT_BEGIN_NAMESPACE
+
class QSGNode;
class QSGSimpleRectNode;
class QSGSimpleTextureNode;
@@ -116,4 +118,6 @@ private:
} // namespace
+QT_END_NAMESPACE
+
#endif // RENDERABLENODE_H