From 63240b55333d602df118f2a540174c8100576fd5 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 26 Apr 2012 18:26:43 +0200 Subject: [PATCH] Fix typos. Change-Id: I770f74c1aa323e9ec924da13d1ccd7747ac0def3 Reviewed-by: Casper van Donderen --- src/quick/items/qquickflickable.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/quick/items/qquickflickable.cpp b/src/quick/items/qquickflickable.cpp index 76d3698..853535e 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 -- 1.7.2.5