diff options
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/glyphnode.h')
-rw-r--r-- | src/plugins/scenegraph/softwarecontext/glyphnode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/glyphnode.h b/src/plugins/scenegraph/softwarecontext/glyphnode.h index 50620fc..12b0ec2 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 |