summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-02-24 01:00:06 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-02-24 04:08:37 (GMT)
commit274f5d95393aa6db857921675e306ea77d974ab4 (patch)
treee0385bce75337d43f67d12f2910e8aa6b2dfe2cb
parent7c76abb0dc4204043bec9b6fa315f9753a7986ae (diff)
downloadQt-274f5d95393aa6db857921675e306ea77d974ab4.zip
Qt-274f5d95393aa6db857921675e306ea77d974ab4.tar.gz
Qt-274f5d95393aa6db857921675e306ea77d974ab4.tar.bz2
Compile warning-- for qmlviewer
-rw-r--r--tools/qml/qfxtester.cpp1
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);