summaryrefslogtreecommitdiff
path: root/tests/plugins
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@nokia.com>2011-10-26 15:13:09 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-26 07:49:19 +0200
commitbf9752bd9102631e1c7462fcf7acfc895e3dae4d (patch)
tree6e2c677419566e508b6e0e0b515e03e80cc1eab7 /tests/plugins
parentbef5f51913200af264116a3f772effc717829d23 (diff)
downloadqtlocation-bf9752bd9102631e1c7462fcf7acfc895e3dae4d.tar.gz
QML Map pinch and flick part 2/3
Bunch of autotests, fixes, API changes and preliminary docs. Change-Id: If540adbc3068fc7bee401bfacb791cb685ad1298 Reviewed-by: David Laing <david.laing@nokia.com>
Diffstat (limited to 'tests/plugins')
-rw-r--r--tests/plugins/declarativetestplugin/qdeclarativepinchgenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/declarativetestplugin/qdeclarativepinchgenerator.cpp b/tests/plugins/declarativetestplugin/qdeclarativepinchgenerator.cpp
index c189bc60..904235eb 100644
--- a/tests/plugins/declarativetestplugin/qdeclarativepinchgenerator.cpp
+++ b/tests/plugins/declarativetestplugin/qdeclarativepinchgenerator.cpp
@@ -375,7 +375,7 @@ void QDeclarativePinchGenerator::timerEvent(QTimerEvent *event)
replayBookmark_++;
if (replayBookmark_ >= swipes_.at(masterSwipe_)->touchPoints.count()) {
- qDebug() << "Pinch replay finished!";
+ //qDebug() << "Pinch replay finished!";
stop();
} else {
killTimer(replayTimer_);