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