aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/creationtime
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-11-16 17:31:19 +0100
committerMitch Curtis <mitch.curtis@qt.io>2021-04-22 15:56:44 +0200
commita0c95852fed72fb8b315b7cdea6f7b858d9099ea (patch)
treea66522ee88a520535417de134f777f25ca4bba83 /tests/benchmarks/creationtime
parent2a65d8127dd53266342584a862ed7836d118c95e (diff)
Add findViewDelegateItem function to visualtestutils.h
This helper function finds an item view delegate instance at a given index, ensuring that the view is polished and positioned at the correct index if necessary. Change-Id: Ib133914df723251835be3812c1d0654c07a99f14 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'tests/benchmarks/creationtime')
-rw-r--r--tests/benchmarks/creationtime/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/benchmarks/creationtime/CMakeLists.txt b/tests/benchmarks/creationtime/CMakeLists.txt
index f3c5ad07..02452b54 100644
--- a/tests/benchmarks/creationtime/CMakeLists.txt
+++ b/tests/benchmarks/creationtime/CMakeLists.txt
@@ -22,6 +22,7 @@ qt_internal_add_test(tst_creationtime
Qt::QuickControls2Private
Qt::QuickPrivate
Qt::QuickTemplates2Private
+ Qt::QuickTest
Qt::TestPrivate
)