summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/text/qfont.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfont.cpp b/src/gui/text/qfont.cpp
index 5fc98cdf04..9d9ee7a946 100644
--- a/src/gui/text/qfont.cpp
+++ b/src/gui/text/qfont.cpp
@@ -371,7 +371,7 @@ QFontEngineData::~QFontEngineData()
\snippet code/src_gui_text_qfont.cpp 0
The attributes set in the constructor can also be set later, e.g.
- setFamily(), setPointSize(), setPointSizeFloat(), setWeight() and
+ setFamily(), setPointSize(), setPointSizeF(), setWeight() and
setItalic(). The remaining attributes must be set after
contstruction, e.g. setBold(), setUnderline(), setOverline(),
setStrikeOut() and setFixedPitch(). QFontInfo objects should be