aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-04-26 18:26:43 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-27 11:40:19 +0200
commit63240b55333d602df118f2a540174c8100576fd5 (patch)
treefad49bed6a94d7ce24d1a80ed91892439f0c4824
parentd5295d1c822745b1a1dd80c5521bbda61d4a3eda (diff)
Fix typos.
Change-Id: I770f74c1aa323e9ec924da13d1ccd7747ac0def3 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
-rw-r--r--src/quick/items/qquickflickable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquickflickable.cpp b/src/quick/items/qquickflickable.cpp
index 76d36987dd..853535e953 100644
--- a/src/quick/items/qquickflickable.cpp
+++ b/src/quick/items/qquickflickable.cpp
@@ -1804,11 +1804,11 @@ bool QQuickFlickable::sendMouseEvent(QMouseEvent *event)
break;
case QEvent::MouseButtonRelease:
if (d->delayedPressEvent) {
- // We replay the mouse press but the grabber we had might not be interessted by the event (e.g. overlay)
+ // We replay the mouse press but the grabber we had might not be interested in the event (e.g. overlay)
// so we reset the grabber
if (c->mouseGrabberItem() == d->delayedPressTarget)
d->delayedPressTarget->ungrabMouse();
- //Use the event handler that will take care of finding the proper item to propagate the event
+ // Use the event handler that will take care of finding the proper item to propagate the event
QQuickCanvasPrivate::get(canvas())->deliverMouseEvent(d->delayedPressEvent);
d->clearDelayedPress();
// We send the release