diff options
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/data/ProgressBar/Keyframe.qml')
| -rw-r--r-- | tests/auto/qml/qmlcppcodegen/data/ProgressBar/Keyframe.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/data/ProgressBar/Keyframe.qml b/tests/auto/qml/qmlcppcodegen/data/ProgressBar/Keyframe.qml new file mode 100644 index 0000000000..0076031fcc --- /dev/null +++ b/tests/auto/qml/qmlcppcodegen/data/ProgressBar/Keyframe.qml @@ -0,0 +1,6 @@ +import QtQuick + +UniformAnimator { + property real frame + property var value +} |
