diff options
Diffstat (limited to 'src/downloadstab.h')
| -rw-r--r-- | src/downloadstab.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/downloadstab.h b/src/downloadstab.h index f0b85d91..1676ec76 100644 --- a/src/downloadstab.h +++ b/src/downloadstab.h @@ -23,6 +23,7 @@ private: struct DownloadsTabUi { QPushButton* refresh; + QPushButton* queryInfos; DownloadListView* list; QCheckBox* showHidden; QLineEdit* filter; @@ -33,6 +34,12 @@ private: MOBase::FilterWidget m_filter; void refresh(); + + /** + * @brief Handle click on the "Query infos" button + **/ + void queryInfos(); + void resumeDownload(int downloadIndex); }; |
