summaryrefslogtreecommitdiffstats
path: root/examples/network/download/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/download/main.cpp')
-rw-r--r--examples/network/download/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/download/main.cpp b/examples/network/download/main.cpp
index 076dfdfd0b..74a1ad0161 100644
--- a/examples/network/download/main.cpp
+++ b/examples/network/download/main.cpp
@@ -63,7 +63,7 @@ class DownloadManager: public QObject
{
Q_OBJECT
QNetworkAccessManager manager;
- QVector<QNetworkReply *> currentDownloads;
+ QList<QNetworkReply *> currentDownloads;
public:
DownloadManager();