aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthew Cattell <matthew.cattell@nokia.com>2011-09-06 13:14:37 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-09-06 13:44:49 +0200
commitfa19b6b5b81b44047a1e9ca574fbce13bc38c7a5 (patch)
treef2475f119d5e9e7a7b2d2c017339f68e467a9dcc /src
parent99ac54dea65d9dfc908ec3615e70d325a6ea8aff (diff)
qsgcanvas autotest made to work with refactor and added break statement to qsgcanvas.cpp in event processing
amended wait times / changed include for private headers Change-Id: I4f790907268be357986e181e4624f8e54efcb2ec Reviewed-on: http://codereview.qt.nokia.com/4256 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/declarative/items/qsgcanvas.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/items/qsgcanvas.cpp b/src/declarative/items/qsgcanvas.cpp
index 6339683a68..4707ad2cff 100644
--- a/src/declarative/items/qsgcanvas.cpp
+++ b/src/declarative/items/qsgcanvas.cpp
@@ -860,6 +860,7 @@ bool QSGCanvas::event(QEvent *e)
d->deliverTouchEvent(touch);
if (!touch->isAccepted())
return false;
+ break;
}
case QEvent::Leave:
d->clearHover();