diff options
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/pixmaprenderer.h')
-rw-r--r-- | src/plugins/scenegraph/softwarecontext/pixmaprenderer.h | 5 |
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 |