src/download.h

changeset 504
6a1fa662bfc1
parent 493
16766ac1bbd9
child 538
2f85d4d286e5
equal deleted inserted replaced
503:bebe09014dd6 504:6a1fa662bfc1
76 protected: 76 protected:
77 Ui_DownloadFrom* ui; 77 Ui_DownloadFrom* ui;
78 friend class PartDownloadRequest; 78 friend class PartDownloadRequest;
79 79
80 private: 80 private:
81 List<str> m_filesToDownload; 81 QList<str> m_filesToDownload;
82 List<PartDownloadRequest*> m_requests; 82 QList<PartDownloadRequest*> m_requests;
83 QPushButton* m_downloadButton; 83 QPushButton* m_downloadButton;
84 }; 84 };
85 85
86 // ============================================================================= 86 // =============================================================================
87 // ----------------------------------------------------------------------------- 87 // -----------------------------------------------------------------------------

mercurial