aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/renderloop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/renderloop.cpp')
-rw-r--r--src/plugins/scenegraph/softwarecontext/renderloop.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/renderloop.cpp b/src/plugins/scenegraph/softwarecontext/renderloop.cpp
index 0a10ffa339..0ad95148ec 100644
--- a/src/plugins/scenegraph/softwarecontext/renderloop.cpp
+++ b/src/plugins/scenegraph/softwarecontext/renderloop.cpp
@@ -37,6 +37,8 @@
#include <QElapsedTimer>
#include <private/qquickprofiler_p.h>
+QT_BEGIN_NAMESPACE
+
RenderLoop::RenderLoop()
{
sg = QSGContext::createDefaultContext();
@@ -212,3 +214,5 @@ void RenderLoop::handleUpdateRequest(QQuickWindow *window)
{
renderWindow(window);
}
+
+QT_END_NAMESPACE