QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / quick / qquickanimations / data / pauseBug.qml
1 import QtQuick 2.0
2
3 SequentialAnimation {
4     id: animation
5     running: true
6     ScriptAction { script: animation.paused = true }
7 }