summaryrefslogtreecommitdiff
path: root/src/downloadstab.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-15 20:12:19 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-15 20:12:19 +0100
commitff3f24ff9e0e6e0785fdb29cef0d58f232abfc1e (patch)
treec85183f20924c46b689cdc9d3865f44305e3402e /src/downloadstab.h
parent899308b31d541e78a3e4395bf33cd66c5ec4f769 (diff)
Rename DownloadListWidget -> DownloadListView. Clean context menu.
Diffstat (limited to 'src/downloadstab.h')
-rw-r--r--src/downloadstab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/downloadstab.h b/src/downloadstab.h
index ac0cf0e2..f39f4ba5 100644
--- a/src/downloadstab.h
+++ b/src/downloadstab.h
@@ -5,7 +5,7 @@
namespace Ui { class MainWindow; }
class OrganizerCore;
-class DownloadListWidget;
+class DownloadListView;
class DownloadsTab : public QObject
{
@@ -20,7 +20,7 @@ private:
struct DownloadsTabUi
{
QPushButton* refresh;
- DownloadListWidget* list;
+ DownloadListView* list;
QCheckBox* showHidden;
QLineEdit* filter;
};