diff options
author | juhvu <qt-info@nokia.com> | 2011-02-01 01:58:37 (GMT) |
---|---|---|
committer | juhvu <qt-info@nokia.com> | 2011-02-01 01:58:37 (GMT) |
commit | c7c2036d6f5136dd2dd000258f0e49cd155fe072 (patch) | |
tree | 1195eac9616147db8f0257c4915f8efe34749334 /tools/qml | |
parent | 4158a1ae13b8bea6ab136f7ae67e22406e711b1f (diff) | |
download | Qt-c7c2036d6f5136dd2dd000258f0e49cd155fe072.zip Qt-c7c2036d6f5136dd2dd000258f0e49cd155fe072.tar.gz Qt-c7c2036d6f5136dd2dd000258f0e49cd155fe072.tar.bz2 |
Froze Symbian def files for QtQuick11.
Reviewed-by: Martin Jones
Diffstat (limited to 'tools/qml')
-rw-r--r-- | tools/qml/qdeclarativetester.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/qml/qdeclarativetester.cpp b/tools/qml/qdeclarativetester.cpp index 3f4be57..11f81fc 100644 --- a/tools/qml/qdeclarativetester.cpp +++ b/tools/qml/qdeclarativetester.cpp @@ -48,7 +48,10 @@ #include <QDir> #include <QCryptographicHash> #include <private/qabstractanimation_p.h> +#include <QGraphicsObject> +#ifndef Q_OS_SYMBIAN #include <private/qdeclarativeitem_p.h> +#endif QT_BEGIN_NAMESPACE @@ -266,7 +269,9 @@ void QDeclarativeTester::save() void QDeclarativeTester::updateCurrentTime(int msec) { +#ifndef Q_OS_SYMBIAN QDeclarativeItemPrivate::setConsistentTime(msec); +#endif if (!testscript && msec > 16 && options & QDeclarativeViewer::Snapshot) return; |