diff options
author | Peter Yard <peter.yard@nokia.com> | 2009-08-14 07:42:46 (GMT) |
---|---|---|
committer | Peter Yard <peter.yard@nokia.com> | 2009-08-14 07:42:46 (GMT) |
commit | 01fe6ce423cb334c8f22766a75f8bf8d2b861a42 (patch) | |
tree | 780945db59878c0e4e7cbaf59dc9f69afce8ec5b /doc/src/snippets | |
parent | ff30df236f4f58f69eb7e56685aa7f8b979629f9 (diff) | |
download | Qt-01fe6ce423cb334c8f22766a75f8bf8d2b861a42.zip Qt-01fe6ce423cb334c8f22766a75f8bf8d2b861a42.tar.gz Qt-01fe6ce423cb334c8f22766a75f8bf8d2b861a42.tar.bz2 |
Fix trailing space in snippet file for gesture documentation.
Diffstat (limited to 'doc/src/snippets')
-rw-r--r-- | doc/src/snippets/gestures/qstandardgestures.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/gestures/qstandardgestures.cpp b/doc/src/snippets/gestures/qstandardgestures.cpp index 47f3146..fbeb050 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 |