From 1315f9d97170d7f1bb8ef28ab95e0fafc3e72b68 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sat, 28 Mar 2015 21:51:10 +0100 Subject: Implement StackView in C++ Change-Id: Ia5387aa16325453c676a2542f80c827d4c069ca9 Reviewed-by: J-P Nurmi --- tests/benchmarks/creationtime/tst_creationtime.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/benchmarks') diff --git a/tests/benchmarks/creationtime/tst_creationtime.cpp b/tests/benchmarks/creationtime/tst_creationtime.cpp index a6b19d6c..3b051907 100644 --- a/tests/benchmarks/creationtime/tst_creationtime.cpp +++ b/tests/benchmarks/creationtime/tst_creationtime.cpp @@ -105,6 +105,7 @@ void tst_CreationTime::testControls_data() QTest::newRow("ScrollIndicator") << QByteArray("ScrollIndicator"); #endif QTest::newRow("Slider") << QByteArray("Slider"); + QTest::newRow("StackView") << QByteArray("StackView"); QTest::newRow("Switch") << QByteArray("Switch"); #ifndef QT_QUICK_CONTROLS_V1 QTest::newRow("TabBar") << QByteArray("TabBar"); -- cgit v1.2.3