aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/rectanglenode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/rectanglenode.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/rectanglenode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/rectanglenode.h b/src/plugins/scenegraph/softwarecontext/rectanglenode.h
index 565f4a3b9e..d864a1bb8f 100644
--- a/src/plugins/scenegraph/softwarecontext/rectanglenode.h
+++ b/src/plugins/scenegraph/softwarecontext/rectanglenode.h
@@ -36,6 +36,8 @@
#include <QBrush>
#include <QPixmap>
+QT_BEGIN_NAMESPACE
+
class RectangleNode : public QSGRectangleNode
{
public:
@@ -75,4 +77,6 @@ private:
int m_devicePixelRatio;
};
+QT_END_NAMESPACE
+
#endif // RECTANGLENODE_H