diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-02-24 01:00:06 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-02-24 04:08:37 (GMT) |
commit | 274f5d95393aa6db857921675e306ea77d974ab4 (patch) | |
tree | e0385bce75337d43f67d12f2910e8aa6b2dfe2cb | |
parent | 7c76abb0dc4204043bec9b6fa315f9753a7986ae (diff) | |
download | Qt-274f5d95393aa6db857921675e306ea77d974ab4.zip Qt-274f5d95393aa6db857921675e306ea77d974ab4.tar.gz Qt-274f5d95393aa6db857921675e306ea77d974ab4.tar.bz2 |
Compile warning-- for qmlviewer
-rw-r--r-- | tools/qml/qfxtester.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qml/qfxtester.cpp b/tools/qml/qfxtester.cpp index 7344f58..638a3c9 100644 --- a/tools/qml/qfxtester.cpp +++ b/tools/qml/qfxtester.cpp @@ -297,7 +297,6 @@ void QDeclarativeTester::updateCurrentTime(int msec) m_keyEvents.clear(); // Advance test script - static int imgCount = 0; while (testscript && testscript->count() > testscriptidx) { QObject *event = testscript->event(testscriptidx); |