summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-08-31 22:16:13 +0200
committerAl12rs <gabriel.cortesi@outlook.com>2018-08-31 22:16:13 +0200
commit138154aca0fcb27e3e09e2de3f895c5e1de99e3f (patch)
tree15955794fac16d26075de95389bf068ca46b805b /src/mainwindow.cpp
parentc576f1ff40d81553e26c9f8fcfc01dc675fc9c1a (diff)
Added "Refresh" button to downloads tab.
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 5908f9e4..dd8b1447 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -1764,6 +1764,11 @@ void MainWindow::on_btnRefreshData_clicked()
m_OrganizerCore.refreshDirectoryStructure();
}
+void MainWindow::on_btnRefreshDownloads_clicked()
+{
+ m_OrganizerCore.downloadManager()->refreshList();
+}
+
void MainWindow::on_tabWidget_currentChanged(int index)
{
if (index == 0) {