doc: Fix mistake in QProgressBar::orientation

Reported on qt-interest: should say "true" instead of "false".

Change-Id: Ic9d2608631679896179ae8601790847163a9224c
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
bb10
Alejandro Exojo 2014-12-12 12:12:13 +01:00 committed by Thiago Macieira
parent 7fad14f4e2
commit 2bd8443663
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ Qt::Orientation QProgressBar::orientation() const
\property QProgressBar::invertedAppearance
\brief whether or not a progress bar shows its progress inverted
If this property is \c false, the progress bar grows in the other
If this property is \c true, the progress bar grows in the other
direction (e.g. from right to left). By default, the progress bar
is not inverted.