summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorAlejandro Exojo <suy@badopi.org>2014-12-12 12:12:13 +0100
committerThiago Macieira <thiago.macieira@intel.com>2014-12-19 01:54:44 +0100
commit2bd8443663676440dd03a699f8bbb42fb18cabb5 (patch)
tree42f2331ad4276d25c568568fe9570ad431ea7704 /src/widgets
parent7fad14f4e23a5e4852f76e4493bab15c83a9e22f (diff)
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>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/widgets/qprogressbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/widgets/qprogressbar.cpp b/src/widgets/widgets/qprogressbar.cpp
index 5501247973..58aec8ee9a 100644
--- a/src/widgets/widgets/qprogressbar.cpp
+++ b/src/widgets/widgets/qprogressbar.cpp
@@ -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.