diff options
Diffstat (limited to 'tests/benchmarks/declarative/qmltime/example.qml')
-rw-r--r-- | tests/benchmarks/declarative/qmltime/example.qml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/benchmarks/declarative/qmltime/example.qml b/tests/benchmarks/declarative/qmltime/example.qml deleted file mode 100644 index 68889f0..0000000 --- a/tests/benchmarks/declarative/qmltime/example.qml +++ /dev/null @@ -1,14 +0,0 @@ -import Qt 4.6 -import QmlTime 1.0 as QmlTime - -Item { - - property string name: "Bob Smith" - - QmlTime.Timer { - component: Item { - Text { text: name } - } - } -} - |