aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <[email protected]>2016-04-20 10:40:09 +0200
committerEskil Abrahamsen Blomfeldt <[email protected]>2016-04-20 09:18:53 +0000
commite3f1f8fa3dd26c76ee157f17f3eec970981ec368 (patch)
tree60dc6d3ccbb22c7b96ec395a990a4c675b521b71 /src/quick/scenegraph
parentd142b2d212ea09a7919a0a2761ee9c04d5c9bda8 (diff)
Minor cleanup: Remove unused forward declaration
QGlyphs does not exist anywhere. It is the old name of QGlyphRun, so this forward declaration is not needed. Change-Id: I1394f3d7abf0a8bc58ff2295f41dd3779ed01901 Reviewed-by: Robin Burchell <[email protected]>
Diffstat (limited to 'src/quick/scenegraph')
-rw-r--r--src/quick/scenegraph/qsgdefaultglyphnode_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quick/scenegraph/qsgdefaultglyphnode_p.h b/src/quick/scenegraph/qsgdefaultglyphnode_p.h
index 4efeaea373..ea4c0ff787 100644
--- a/src/quick/scenegraph/qsgdefaultglyphnode_p.h
+++ b/src/quick/scenegraph/qsgdefaultglyphnode_p.h
@@ -56,7 +56,6 @@
QT_BEGIN_NAMESPACE
-class QGlyphs;
class QSGTextMaskMaterial;
class QSGDefaultGlyphNode: public QSGGlyphNode
{