aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/softwarelayer.h
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2016-03-04 13:54:34 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2016-03-04 13:19:03 +0000
commitd26f29afb5a9a563da74767a348422ca04da945e (patch)
tree0f3e42cb2aca1e85002bf1423b082d726d8a3b98 /src/plugins/scenegraph/softwarecontext/softwarelayer.h
parent6afccbd1e25abd95a9c239e175442b79e12f8c87 (diff)
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/softwarelayer.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/softwarelayer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/softwarelayer.h b/src/plugins/scenegraph/softwarecontext/softwarelayer.h
index dae42e0b96..95c05bf7e0 100644
--- a/src/plugins/scenegraph/softwarecontext/softwarelayer.h
+++ b/src/plugins/scenegraph/softwarecontext/softwarelayer.h
@@ -33,6 +33,8 @@
#include <private/qsgadaptationlayer_p.h>
#include <private/qsgcontext_p.h>
+QT_BEGIN_NAMESPACE
+
namespace SoftwareContext {
class PixmapRenderer;
}
@@ -95,4 +97,6 @@ private:
bool m_dirtyTexture;
};
+QT_END_NAMESPACE
+
#endif // SOFTWARELAYER_H