diff options
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/painternode.h')
-rw-r--r-- | src/plugins/scenegraph/softwarecontext/painternode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/painternode.h b/src/plugins/scenegraph/softwarecontext/painternode.h index 60391fe..3d77f7a 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 |