diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-08-31 22:16:13 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-08-31 22:16:13 +0200 |
| commit | 138154aca0fcb27e3e09e2de3f895c5e1de99e3f (patch) | |
| tree | 15955794fac16d26075de95389bf068ca46b805b /src/mainwindow.h | |
| parent | c576f1ff40d81553e26c9f8fcfc01dc675fc9c1a (diff) | |
Added "Refresh" button to downloads tab.
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index ad0972da..b3d179e8 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -575,6 +575,7 @@ private slots: // ui slots void on_bsaList_customContextMenuRequested(const QPoint &pos);
void on_clearFiltersButton_clicked();
void on_btnRefreshData_clicked();
+ void on_btnRefreshDownloads_clicked();
void on_categoriesList_customContextMenuRequested(const QPoint &pos);
void on_conflictsCheckBox_toggled(bool checked);
void on_dataTree_customContextMenuRequested(const QPoint &pos);
|
