diff options
author | Andy Nichols <andy.nichols@theqtcompany.com> | 2016-03-04 13:54:34 +0100 |
---|---|---|
committer | Andy Nichols <andy.nichols@theqtcompany.com> | 2016-03-04 13:19:03 +0000 |
commit | d26f29afb5a9a563da74767a348422ca04da945e (patch) | |
tree | 0f3e42cb2aca1e85002bf1423b082d726d8a3b98 /src/plugins/scenegraph/softwarecontext/pluginmain.cpp | |
parent | 6afccbd1e25abd95a9c239e175442b79e12f8c87 (diff) | |
download | qtdeclarative-r2d-dev.tar.gz |
Wrap all classes in Qt namespacer2d-dev
Change-Id: I1d7c7dfc594f16ad8727d87ebd19021a05bd841e
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/pluginmain.cpp')
-rw-r--r-- | src/plugins/scenegraph/softwarecontext/pluginmain.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/pluginmain.cpp b/src/plugins/scenegraph/softwarecontext/pluginmain.cpp index 80bcabe62d..53c1aca117 100644 --- a/src/plugins/scenegraph/softwarecontext/pluginmain.cpp +++ b/src/plugins/scenegraph/softwarecontext/pluginmain.cpp @@ -34,6 +34,8 @@ #include <private/qguiapplication_p.h> #include <qpa/qplatformintegration.h> +QT_BEGIN_NAMESPACE + ContextPlugin::ContextPlugin(QObject *parent) : QSGContextPlugin(parent) { @@ -58,5 +60,4 @@ QSGRenderLoop *ContextPlugin::createWindowManager() SoftwareContext::Context *ContextPlugin::instance = 0; - - +QT_END_NAMESPACE |