aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/softwarelayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/softwarelayer.cpp')
-rw-r--r--src/plugins/scenegraph/softwarecontext/softwarelayer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/softwarelayer.cpp b/src/plugins/scenegraph/softwarecontext/softwarelayer.cpp
index 7064bc854e..395361da86 100644
--- a/src/plugins/scenegraph/softwarecontext/softwarelayer.cpp
+++ b/src/plugins/scenegraph/softwarecontext/softwarelayer.cpp
@@ -32,6 +32,8 @@
#include "context.h"
#include "pixmaprenderer.h"
+QT_BEGIN_NAMESPACE
+
SoftwareLayer::SoftwareLayer(QSGRenderContext *renderContext)
: m_item(0)
, m_context(renderContext)
@@ -245,3 +247,5 @@ void SoftwareLayer::grab()
if (m_recursive)
markDirtyTexture(); // Continuously update if 'live' and 'recursive'.
}
+
+QT_END_NAMESPACE