From f944c34757baf145f7018e37bc732d061f0bbf7f Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 29 Apr 2015 09:54:50 +0200 Subject: Remove the old TabView implementation Change-Id: I8d8aa96f2f37f458577a5a3ec681e3c9174d0918 Reviewed-by: J-P Nurmi --- tests/benchmarks/creationtime/tst_creationtime.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/benchmarks/creationtime') diff --git a/tests/benchmarks/creationtime/tst_creationtime.cpp b/tests/benchmarks/creationtime/tst_creationtime.cpp index 3b051907..4e53b7d3 100644 --- a/tests/benchmarks/creationtime/tst_creationtime.cpp +++ b/tests/benchmarks/creationtime/tst_creationtime.cpp @@ -110,8 +110,9 @@ void tst_CreationTime::testControls_data() #ifndef QT_QUICK_CONTROLS_V1 QTest::newRow("TabBar") << QByteArray("TabBar"); QTest::newRow("TabButton") << QByteArray("TabButton"); -#endif +#else QTest::newRow("TabView") << QByteArray("TabView"); +#endif QTest::newRow("TextArea") << QByteArray("TextArea"); QTest::newRow("TextField") << QByteArray("TextField"); QTest::newRow("ToolBar") << QByteArray("ToolBar"); -- cgit v1.2.3