Doc: fix copy/paste error in QTextCharFormat::setFont documentation

Change-Id: I2190975762c6283daa004b754da607829d263b0a
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
This commit is contained in:
David Faure 2015-01-06 12:18:00 +01:00
parent db853fa75d
commit 2f097d4e23

View File

@ -1904,7 +1904,7 @@ void QTextCharFormat::setFont(const QFont &font)
If \a behavior is QTextCharFormat::FontPropertiesAll, the font property that
has not been explicitly set is treated like as it were set with default value;
If \a behavior is QTextCharFormat::FontPropertiesAll, the font property that
If \a behavior is QTextCharFormat::FontPropertiesSpecifiedOnly, the font property that
has not been explicitly set is ignored and the respective property value
remains unchanged.