summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2009-08-14 17:42:46 +1000
committerPeter Yard <peter.yard@nokia.com>2009-08-14 17:42:46 +1000
commit01fe6ce423cb334c8f22766a75f8bf8d2b861a42 (patch)
tree780945db59878c0e4e7cbaf59dc9f69afce8ec5b
parentff30df236f4f58f69eb7e56685aa7f8b979629f9 (diff)
Fix trailing space in snippet file for gesture documentation.
-rw-r--r--doc/src/snippets/gestures/qstandardgestures.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/gestures/qstandardgestures.cpp b/doc/src/snippets/gestures/qstandardgestures.cpp
index 47f314643..fbeb0502e 100644
--- a/doc/src/snippets/gestures/qstandardgestures.cpp
+++ b/doc/src/snippets/gestures/qstandardgestures.cpp
@@ -206,7 +206,7 @@ bool QPanGesture::filterEvent(QEvent *event)
}
#ifdef Q_OS_MAC
else if (event->type() == QEvent::Wheel) {
- // On Mac, there is really no native panning gesture. Instead, a two
+ // On Mac, there is really no native panning gesture. Instead, a two
// finger pan is delivered as mouse wheel events. Otoh, on Windows, you
// either get mouse wheel events or pan events. We have decided to make this
// the Qt behaviour as well, meaning that on Mac, wheel