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

NumberAnimation {
    property bool pingPong
    signal finished()
}