aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/pixmaprenderer.h
diff options
context:
space:
mode:
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 0890a83817..47077ed0a0 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