aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/openvg/qsgopenvgfontglyphcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/openvg/qsgopenvgfontglyphcache.h')
-rw-r--r--src/plugins/scenegraph/openvg/qsgopenvgfontglyphcache.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/scenegraph/openvg/qsgopenvgfontglyphcache.h b/src/plugins/scenegraph/openvg/qsgopenvgfontglyphcache.h
index a4a51cd2b6..a88d28b0fe 100644
--- a/src/plugins/scenegraph/openvg/qsgopenvgfontglyphcache.h
+++ b/src/plugins/scenegraph/openvg/qsgopenvgfontglyphcache.h
@@ -59,9 +59,7 @@ public:
void insertCache(const QRawFont &font, QSGOpenVGFontGlyphCache *cache);
private:
- static QString fontKey(const QRawFont &font);
-
- QHash<QString, QSGOpenVGFontGlyphCache *> m_caches;
+ QHash<QRawFont, QSGOpenVGFontGlyphCache *> m_caches;
};
class QSGOpenVGFontGlyphCache