summaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/imagenode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/imagenode.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/imagenode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/imagenode.h b/src/plugins/scenegraph/softwarecontext/imagenode.h
index e35e8f5..a2c6ec6 100644
--- a/src/plugins/scenegraph/softwarecontext/imagenode.h
+++ b/src/plugins/scenegraph/softwarecontext/imagenode.h
@@ -33,6 +33,8 @@
#include <private/qsgadaptationlayer_p.h>
#include <private/qsgtexturematerial_p.h>
+QT_BEGIN_NAMESPACE
+
typedef QVarLengthArray<QPainter::PixmapFragment, 16> QPixmapFragmentsArray;
struct QTileRules
@@ -119,4 +121,6 @@ private:
bool m_cachedMirroredPixmapIsDirty;
};
+QT_END_NAMESPACE
+
#endif // IMAGENODE_H