From 9fa3cf15c8500fba5bbb861f1925160815ae2afd Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Mon, 22 Jun 2020 11:44:14 +0200 Subject: Use QList instead of QVector in gui Applied to headers only. Source file to be changed separately. Task-number: QTBUG-84469 Change-Id: Ic08a899321eaffc46b8461aaee3dbaa4d2c727a9 Reviewed-by: Laszlo Agocs --- src/gui/text/qzipreader_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/text/qzipreader_p.h') diff --git a/src/gui/text/qzipreader_p.h b/src/gui/text/qzipreader_p.h index 6fec8d7719..0f695c74d5 100644 --- a/src/gui/text/qzipreader_p.h +++ b/src/gui/text/qzipreader_p.h @@ -95,7 +95,7 @@ public: QDateTime lastModified; }; - QVector fileInfoList() const; + QList fileInfoList() const; int count() const; FileInfo entryInfoAt(int index) const; -- cgit v1.2.3