aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/objectcount/tst_objectcount.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/benchmarks/objectcount/tst_objectcount.cpp b/tests/benchmarks/objectcount/tst_objectcount.cpp
index 7d419c81..3b5db87d 100644
--- a/tests/benchmarks/objectcount/tst_objectcount.cpp
+++ b/tests/benchmarks/objectcount/tst_objectcount.cpp
@@ -189,6 +189,10 @@ void tst_ObjectCount::testCount_data()
<< QByteArray("import QtQuick.Controls 1.3; RadioButton { }")
<< QByteArray("import Qt.labs.controls 1.0; RadioButton { }");
+ QTest::newRow("RangeSlider")
+ << QByteArray()
+ << QByteArray("import Qt.labs.controls 1.0; RangeSlider { }");
+
QTest::newRow("ScrollView")
<< QByteArray("import QtQuick.Controls 1.3; ScrollView { }")
<< QByteArray();