summaryrefslogtreecommitdiffstats
path: root/src/sensors/gestures/qsensorgesture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensors/gestures/qsensorgesture.cpp')
-rw-r--r--src/sensors/gestures/qsensorgesture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/gestures/qsensorgesture.cpp b/src/sensors/gestures/qsensorgesture.cpp
index 16f0b227..e0ed1b82 100644
--- a/src/sensors/gestures/qsensorgesture.cpp
+++ b/src/sensors/gestures/qsensorgesture.cpp
@@ -60,7 +60,7 @@
have their own specific signals, and may be discovered through
QSensorGesture::gestureSignals().
- \bold {Note that QSensorGesture uses a custom meta-object in order to provide
+ \b {Note that QSensorGesture uses a custom meta-object in order to provide
recognizer-specific signals. This means it is not possible to sub-class
QSensorGesture and use Q_OBJECT. Also qobject_cast<QSensorGesture*>(ptr) will
not work.}