aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/ProgressBar/TimelineAnimation.qml
blob: 75ad2245f27a67f37721dd3e2945aec394ade6da (plain)
1
2
3
4
5
6
import QtQuick

NumberAnimation {
    property bool pingPong
    signal finishedEvil()
}