src/download.h

changeset 504
6a1fa662bfc1
parent 493
16766ac1bbd9
child 538
2f85d4d286e5
--- a/src/download.h	Wed Oct 16 16:40:42 2013 +0300
+++ b/src/download.h	Wed Oct 16 16:47:40 2013 +0300
@@ -78,8 +78,8 @@
 		friend class PartDownloadRequest;
 
 	private:
-		List<str> m_filesToDownload;
-		List<PartDownloadRequest*> m_requests;
+		QList<str> m_filesToDownload;
+		QList<PartDownloadRequest*> m_requests;
 		QPushButton* m_downloadButton;
 };
 

mercurial