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