From 1c0edf002a50a765a66349d733cf170f4a4024ef Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Mon, 30 Mar 2015 09:45:44 +0200 Subject: Remove SpinBox SpinBox is a desktop centric control. It won't be provided in Qt Quick Controls 2.0, but maybe later when desktop support is re-considered. Qt Quick Controls 2.0 will focus on embedded and mobile. SpinBox is still available in 1.x Change-Id: I272b030734bad58de7e5b26c522189e0c520fca5 Reviewed-by: Jari-Pekka Nurmi --- tests/benchmarks/creation/tst_creation.cpp | 1 - tests/benchmarks/objects/tst_objects.cpp | 4 ---- 2 files changed, 5 deletions(-) (limited to 'tests/benchmarks') diff --git a/tests/benchmarks/creation/tst_creation.cpp b/tests/benchmarks/creation/tst_creation.cpp index 3fbbf3c3..0f542ab9 100644 --- a/tests/benchmarks/creation/tst_creation.cpp +++ b/tests/benchmarks/creation/tst_creation.cpp @@ -105,7 +105,6 @@ void tst_Creation::testControls_data() QTest::newRow("ScrollIndicator") << QByteArray("ScrollIndicator"); #endif QTest::newRow("Slider") << QByteArray("Slider"); - QTest::newRow("SpinBox") << QByteArray("SpinBox"); QTest::newRow("Switch") << QByteArray("Switch"); #ifndef QT_QUICK_CONTROLS_V1 QTest::newRow("TabBar") << QByteArray("TabBar"); diff --git a/tests/benchmarks/objects/tst_objects.cpp b/tests/benchmarks/objects/tst_objects.cpp index b798cc01..96f97bd9 100644 --- a/tests/benchmarks/objects/tst_objects.cpp +++ b/tests/benchmarks/objects/tst_objects.cpp @@ -185,10 +185,6 @@ void tst_Objects::testCount_data() << QByteArray("import QtQuick.Controls 1.3; Slider { }") << QByteArray("import QtQuick.Controls 2.0; Slider { }"); - QTest::newRow("SpinBox") - << QByteArray("import QtQuick.Controls 1.3; SpinBox { }") - << QByteArray("import QtQuick.Controls 2.0; SpinBox { }"); - QTest::newRow("StackView") << QByteArray("import QtQuick.Controls 1.3; StackView { }") << QByteArray("import QtQuick.Controls 2.0; StackView { }"); -- cgit v1.2.1