summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintdevice.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/painting/qpaintdevice.qdoc')
-rw-r--r--src/gui/painting/qpaintdevice.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/painting/qpaintdevice.qdoc b/src/gui/painting/qpaintdevice.qdoc
index 993b23850e..150ba10955 100644
--- a/src/gui/painting/qpaintdevice.qdoc
+++ b/src/gui/painting/qpaintdevice.qdoc
@@ -149,9 +149,9 @@
/*!
\fn bool QPaintDevice::paintingActive() const
- Returns true if the device is currently being painted on, i.e. someone has
+ Returns \c true if the device is currently being painted on, i.e. someone has
called QPainter::begin() but not yet called QPainter::end() for
- this device; otherwise returns false.
+ this device; otherwise returns \c false.
\sa QPainter::isActive()
*/