summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@nokia.com>2012-07-27 10:58:17 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-27 18:01:25 +0200
commit8e49def48e7ce8cccf7b25142dd12a59f0e31947 (patch)
treee03944d83e81db0a8807bc103a6bb4e896ac6900
parentbe46199c624d307b891ebb141772f00aecd71ad2 (diff)
Correct method name referred to in QFont's detailed description.
The detailed description of the QFont class reference contains the wrong method name (and link) setPointSizeFloat(). This change replaces it with the correct name: setPointSizeF(). Task-number: QTBUG-15536 Change-Id: Ieb2e398b8e1d0b637a6bac16a3ec48522c5dddc1 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
-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