aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickheaderview/tst_qquickheaderview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qquickheaderview/tst_qquickheaderview.cpp')
-rw-r--r--tests/auto/qquickheaderview/tst_qquickheaderview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qquickheaderview/tst_qquickheaderview.cpp b/tests/auto/qquickheaderview/tst_qquickheaderview.cpp
index 611e39cb..d8d71183 100644
--- a/tests/auto/qquickheaderview/tst_qquickheaderview.cpp
+++ b/tests/auto/qquickheaderview/tst_qquickheaderview.cpp
@@ -203,7 +203,7 @@ public:
}
private:
- QVector<QVariant> hData, vData;
+ QList<QVariant> hData, vData;
};
class tst_QQuickHeaderView : public QQmlDataTest {