summaryrefslogtreecommitdiff
path: root/src/downloadstab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/downloadstab.h')
-rw-r--r--src/downloadstab.h7
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);
};