aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/pixmaprenderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/pixmaprenderer.cpp')
-rw-r--r--src/plugins/scenegraph/softwarecontext/pixmaprenderer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/pixmaprenderer.cpp b/src/plugins/scenegraph/softwarecontext/pixmaprenderer.cpp
index d054fa9b08..4cc12f37ef 100644
--- a/src/plugins/scenegraph/softwarecontext/pixmaprenderer.cpp
+++ b/src/plugins/scenegraph/softwarecontext/pixmaprenderer.cpp
@@ -35,6 +35,8 @@
Q_LOGGING_CATEGORY(lcPixmapRenderer, "qt.scenegraph.softwarecontext.pixmapRenderer")
+QT_BEGIN_NAMESPACE
+
namespace SoftwareContext {
PixmapRenderer::PixmapRenderer(QSGRenderContext *context)
@@ -99,3 +101,5 @@ void PixmapRenderer::setProjectionRect(const QRect &projectionRect)
}
} // namespace
+
+QT_END_NAMESPACE