aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/painternode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/painternode.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/painternode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/painternode.h b/src/plugins/scenegraph/softwarecontext/painternode.h
index 60391feca8..3d77f7aa39 100644
--- a/src/plugins/scenegraph/softwarecontext/painternode.h
+++ b/src/plugins/scenegraph/softwarecontext/painternode.h
@@ -35,6 +35,8 @@
#include <QtGui/QPixmap>
+QT_BEGIN_NAMESPACE
+
class PainterNode : public QSGPainterNode
{
public:
@@ -107,4 +109,6 @@ private:
bool m_dirtyGeometry;
};
+QT_END_NAMESPACE
+
#endif // PAINTERNODE_H