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>
This commit is contained in:
parent
be46199c62
commit
8e49def48e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user