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 // ----------------------------------------------------------------------------- |