aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/pixmaptexture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/pixmaptexture.cpp')
-rw-r--r--src/plugins/scenegraph/softwarecontext/pixmaptexture.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/pixmaptexture.cpp b/src/plugins/scenegraph/softwarecontext/pixmaptexture.cpp
index 69fe364325..3a646e6c7f 100644
--- a/src/plugins/scenegraph/softwarecontext/pixmaptexture.cpp
+++ b/src/plugins/scenegraph/softwarecontext/pixmaptexture.cpp
@@ -29,6 +29,8 @@
#include "pixmaptexture.h"
+QT_BEGIN_NAMESPACE
+
PixmapTexture::PixmapTexture(const QImage &image)
// Prevent pixmap format conversion to reduce memory consumption
// and surprises in calling code. (See QTBUG-47328)
@@ -66,3 +68,5 @@ void PixmapTexture::bind()
{
Q_UNREACHABLE();
}
+
+QT_END_NAMESPACE