diff options
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/pluginmain.h')
-rw-r--r-- | src/plugins/scenegraph/softwarecontext/pluginmain.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/pluginmain.h b/src/plugins/scenegraph/softwarecontext/pluginmain.h index 23b1c02..b7b4a17 100644 --- a/src/plugins/scenegraph/softwarecontext/pluginmain.h +++ b/src/plugins/scenegraph/softwarecontext/pluginmain.h @@ -37,6 +37,8 @@ #include "context.h" +QT_BEGIN_NAMESPACE + class ContextPlugin : public QSGContextPlugin { Q_OBJECT @@ -53,4 +55,6 @@ public: static SoftwareContext::Context *instance; }; +QT_END_NAMESPACE + #endif // PLUGINMAIN_H |