aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/glyphnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/glyphnode.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/glyphnode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/glyphnode.h b/src/plugins/scenegraph/softwarecontext/glyphnode.h
index 50620fc910..12b0ec2543 100644
--- a/src/plugins/scenegraph/softwarecontext/glyphnode.h
+++ b/src/plugins/scenegraph/softwarecontext/glyphnode.h
@@ -32,6 +32,8 @@
#include <private/qsgadaptationlayer_p.h>
+QT_BEGIN_NAMESPACE
+
class GlyphNode : public QSGGlyphNode
{
public:
@@ -56,4 +58,6 @@ private:
QColor m_styleColor;
};
+QT_END_NAMESPACE
+
#endif // GLYPHNODE_H