summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstylepainter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/styles/qstylepainter.cpp')
-rw-r--r--src/widgets/styles/qstylepainter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/styles/qstylepainter.cpp b/src/widgets/styles/qstylepainter.cpp
index 5c2c44b45b..bc1fe748a8 100644
--- a/src/widgets/styles/qstylepainter.cpp
+++ b/src/widgets/styles/qstylepainter.cpp
@@ -100,7 +100,7 @@ QT_BEGIN_NAMESPACE
\fn bool QStylePainter::begin(QWidget *widget)
Begin painting operations on the specified \a widget.
- Returns true if the painter is ready to use; otherwise returns false.
+ Returns \c true if the painter is ready to use; otherwise returns \c false.
This is automatically called by the constructor that takes a QWidget.
*/