summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine_ft_p.h
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2014-03-05 08:34:46 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-05 13:46:09 +0100
commite69284db08966cbe907df4b3cdc58fb9f9ee5dc4 (patch)
treebbbed3b731ffa5500b39480f4c62f1e8bd49c8cf /src/gui/text/qfontengine_ft_p.h
parent34e560fc928d2b0fb78cff60f690f3094ec36ac0 (diff)
Get rid of QFontEngine::name()
It was only used in QFontCache debug output, and some engines weren't even report a name. Change-Id: I6cec4b75f105f5a4e1405f50188bebb3a3f04e33 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/gui/text/qfontengine_ft_p.h')
-rw-r--r--src/gui/text/qfontengine_ft_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/text/qfontengine_ft_p.h b/src/gui/text/qfontengine_ft_p.h
index fa6ef6f422..a322ab7ea4 100644
--- a/src/gui/text/qfontengine_ft_p.h
+++ b/src/gui/text/qfontengine_ft_p.h
@@ -230,8 +230,6 @@ private:
inline virtual Type type() const
{ return QFontEngine::Freetype; }
- inline virtual const char *name() const
- { return "freetype"; }
virtual void getUnscaledGlyph(glyph_t glyph, QPainterPath *path, glyph_metrics_t *metrics);