aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/renderablenode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/renderablenode.cpp')
-rw-r--r--src/plugins/scenegraph/softwarecontext/renderablenode.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/renderablenode.cpp b/src/plugins/scenegraph/softwarecontext/renderablenode.cpp
index 0da19c172a..dab4a216bd 100644
--- a/src/plugins/scenegraph/softwarecontext/renderablenode.cpp
+++ b/src/plugins/scenegraph/softwarecontext/renderablenode.cpp
@@ -43,6 +43,8 @@
Q_LOGGING_CATEGORY(lcRenderable, "qt.scenegraph.softwarecontext.renderable")
+QT_BEGIN_NAMESPACE
+
namespace SoftwareContext{
RenderableNode::RenderableNode(NodeType type, QSGNode *node)
@@ -310,3 +312,5 @@ QRegion RenderableNode::dirtyRegion() const
}
} // namespace
+
+QT_END_NAMESPACE