summaryrefslogtreecommitdiff
path: root/tests/benchmarks/ButtonRowBenchmark.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/ButtonRowBenchmark.qml')
-rw-r--r--tests/benchmarks/ButtonRowBenchmark.qml13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/benchmarks/ButtonRowBenchmark.qml b/tests/benchmarks/ButtonRowBenchmark.qml
deleted file mode 100644
index ebe88494..00000000
--- a/tests/benchmarks/ButtonRowBenchmark.qml
+++ /dev/null
@@ -1,13 +0,0 @@
-import QtQuick 1.0
-import QmlTime 1.0 as QmlTime
-import "../../components" as QtComponents
-
-Item {
- QmlTime.Timer {
- component: QtComponents.ButtonRow {
- QtComponents.Button { text: "Button A" }
- QtComponents.Button { text: "Buttom B" }
- QtComponents.Button { text: "Bottom C" }
- }
- }
-}