diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-02-23 06:46:44 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-02-23 06:46:44 (GMT) |
commit | 5ffd6c0fba0ecc709551e414ed0649de15ac3754 (patch) | |
tree | 7db7006ef6349b48a75729766362e44d06999442 /tests/auto/declarative/qmlanimations | |
parent | 113e350e36c0ff31824bc238160094814dc3fb4f (diff) | |
download | Qt-5ffd6c0fba0ecc709551e414ed0649de15ac3754.zip Qt-5ffd6c0fba0ecc709551e414ed0649de15ac3754.tar.gz Qt-5ffd6c0fba0ecc709551e414ed0649de15ac3754.tar.bz2 |
Remove QmlView::execute(). QmlView::setSource() does it all now.
Task-number: QT-2538
Diffstat (limited to 'tests/auto/declarative/qmlanimations')
-rw-r--r-- | tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp b/tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp index 9eae308..1f6347e 100644 --- a/tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp +++ b/tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp @@ -261,7 +261,6 @@ void tst_qmlanimations::badTypes() QmlView *view = new QmlView; view->setSource(QUrl::fromLocalFile(SRCDIR "/data/badtype1.qml")); - view->execute(); qApp->processEvents(); delete view; |