From 56bbdccbb99cc9a08a71c3ee1154e764cbfa888b Mon Sep 17 00:00:00 2001 From: David Skoland Date: Wed, 11 Nov 2020 12:06:06 +0100 Subject: Use metatype and remove unused variable Change-Id: I709c6a74dc6a3eb0cdd3e94168921274f90df4a4 Reviewed-by: Volker Hilsheimer --- tests/auto/quick/qquicktableview/tst_qquicktableview.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/auto/quick/qquicktableview/tst_qquicktableview.cpp') diff --git a/tests/auto/quick/qquicktableview/tst_qquicktableview.cpp b/tests/auto/quick/qquicktableview/tst_qquicktableview.cpp index e9c9505d6c..ce77028841 100644 --- a/tests/auto/quick/qquicktableview/tst_qquicktableview.cpp +++ b/tests/auto/quick/qquicktableview/tst_qquicktableview.cpp @@ -2714,10 +2714,7 @@ void tst_QQuickTableView::checkSyncView_pageFlicking() // needs to rebuild. This, in turn, will eventually rebuild the // sync children as well when they sync up later. LOAD_TABLEVIEW("syncviewsimple.qml"); - GET_QML_TABLEVIEW(tableViewH); - GET_QML_TABLEVIEW(tableViewV); GET_QML_TABLEVIEW(tableViewHV); - QQuickTableView *views[] = {tableViewH, tableViewV, tableViewHV}; auto model = TestModelAsVariant(100, 100); -- cgit v1.2.3