aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/pixmaptexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/pixmaptexture.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/pixmaptexture.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/pixmaptexture.h b/src/plugins/scenegraph/softwarecontext/pixmaptexture.h
index 302854223f..c510c5d808 100644
--- a/src/plugins/scenegraph/softwarecontext/pixmaptexture.h
+++ b/src/plugins/scenegraph/softwarecontext/pixmaptexture.h
@@ -32,6 +32,8 @@
#include <private/qsgtexture_p.h>
+QT_BEGIN_NAMESPACE
+
class PixmapTexture : public QSGTexture
{
Q_OBJECT
@@ -51,4 +53,6 @@ private:
QPixmap m_pixmap;
};
+QT_END_NAMESPACE
+
#endif // PIXMAPTEXTURE_H