summaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/pixmaprenderer.h
diff options
context:
space:
mode:
authorAndy Nichols <[email protected]>2016-03-04 13:54:34 +0100
committerAndy Nichols <[email protected]>2016-03-04 13:19:03 +0000
commitd26f29afb5a9a563da74767a348422ca04da945e (patch)
tree0f3e42cb2aca1e85002bf1423b082d726d8a3b98 /src/plugins/scenegraph/softwarecontext/pixmaprenderer.h
parent6afccbd1e25abd95a9c239e175442b79e12f8c87 (diff)
Wrap all classes in Qt namespaceHEADdev
Change-Id: I1d7c7dfc594f16ad8727d87ebd19021a05bd841e Reviewed-by: Laszlo Agocs <[email protected]>
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/pixmaprenderer.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/pixmaprenderer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/pixmaprenderer.h b/src/plugins/scenegraph/softwarecontext/pixmaprenderer.h
index 0890a83..47077ed 100644
--- a/src/plugins/scenegraph/softwarecontext/pixmaprenderer.h
+++ b/src/plugins/scenegraph/softwarecontext/pixmaprenderer.h
@@ -32,6 +32,8 @@
#include "abstractsoftwarerenderer.h"
+QT_BEGIN_NAMESPACE
+
namespace SoftwareContext {
class PixmapRenderer : public AbstractSoftwareRenderer
@@ -50,7 +52,8 @@ private:
QRect m_projectionRect;
};
-
} // namespace
+QT_END_NAMESPACE
+
#endif // PIXMAPRENDERER_H