From 46215a8bcc4423fe79be4e4830435a1e10db22e7 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 25 Sep 2015 19:28:36 +0200 Subject: Remove ToggleButton We don't have a sensible design. It's better not to have it at all than to have a confusing tiny bit tweaked clone of Switch. Change-Id: Ib0eabd075590100e9e49846c7172909525b54a57 Reviewed-by: Liang Qi --- tests/benchmarks/objectcount/tst_objectcount.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/benchmarks') diff --git a/tests/benchmarks/objectcount/tst_objectcount.cpp b/tests/benchmarks/objectcount/tst_objectcount.cpp index f7432d2e..49400c22 100644 --- a/tests/benchmarks/objectcount/tst_objectcount.cpp +++ b/tests/benchmarks/objectcount/tst_objectcount.cpp @@ -221,10 +221,6 @@ void tst_ObjectCount::testCount_data() << QByteArray("import QtQuick.Controls 1.3; TextField { }") << QByteArray("import QtQuick.Controls 2.0; TextField { }"); - QTest::newRow("ToggleButton") - << QByteArray() - << QByteArray("import QtQuick.Controls 2.0; ToggleButton { }"); - QTest::newRow("ToolBar") << QByteArray("import QtQuick.Controls 1.3; ToolBar { }") << QByteArray("import QtQuick.Controls 2.0; ToolBar { }"); -- cgit v1.2.3