summaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/ninepatchnode.cpp
diff options
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/ninepatchnode.cpp')
-rw-r--r--src/plugins/scenegraph/softwarecontext/ninepatchnode.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/ninepatchnode.cpp b/src/plugins/scenegraph/softwarecontext/ninepatchnode.cpp
index 48e45f8..b358804 100644
--- a/src/plugins/scenegraph/softwarecontext/ninepatchnode.cpp
+++ b/src/plugins/scenegraph/softwarecontext/ninepatchnode.cpp
@@ -31,6 +31,8 @@
#include "pixmaptexture.h"
#include "imagenode.h"
+QT_BEGIN_NAMESPACE
+
NinePatchNode::NinePatchNode()
{
setMaterial((QSGMaterial*)1);
@@ -93,3 +95,5 @@ QRectF NinePatchNode::bounds() const
{
return m_bounds;
}
+
+QT_END_NAMESPACE