aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/ninepatchnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/ninepatchnode.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/ninepatchnode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/ninepatchnode.h b/src/plugins/scenegraph/softwarecontext/ninepatchnode.h
index 14a19cfd6d..6f46e987c6 100644
--- a/src/plugins/scenegraph/softwarecontext/ninepatchnode.h
+++ b/src/plugins/scenegraph/softwarecontext/ninepatchnode.h
@@ -32,6 +32,8 @@
#include <private/qsgadaptationlayer_p.h>
+QT_BEGIN_NAMESPACE
+
class NinePatchNode : public QSGNinePatchNode
{
public:
@@ -54,4 +56,6 @@ private:
QMargins m_margins;
};
+QT_END_NAMESPACE
+
#endif // NINEPATCHNODE_H