summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontinfo.h
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-05-12 16:14:07 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-05-15 18:56:20 +0200
commit2b10a192a1b892eb7d67cfb4ac5f1dd6a7f196c9 (patch)
tree868e9ab8413cf2d0110ce24f26d988ed58ac4e73 /src/gui/text/qfontinfo.h
parent794150e5bda0c203a5373c3fa2f9785f9941f6dd (diff)
Remove deprecated method from QFont, QFontMetrics, and QFontInfo
Change-Id: Ifc8fb5c5d53359b33b8abab3bbee3de61bfef539 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/gui/text/qfontinfo.h')
-rw-r--r--src/gui/text/qfontinfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/text/qfontinfo.h b/src/gui/text/qfontinfo.h
index f5e05775b4..dfdac221cb 100644
--- a/src/gui/text/qfontinfo.h
+++ b/src/gui/text/qfontinfo.h
@@ -72,9 +72,6 @@ public:
bool strikeOut() const;
bool fixedPitch() const;
QFont::StyleHint styleHint() const;
-#if QT_DEPRECATED_SINCE(5, 5)
- bool rawMode() const;
-#endif
bool exactMatch() const;