diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-15 20:12:19 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-15 20:12:19 +0100 |
| commit | ff3f24ff9e0e6e0785fdb29cef0d58f232abfc1e (patch) | |
| tree | c85183f20924c46b689cdc9d3865f44305e3402e /src/downloadstab.h | |
| parent | 899308b31d541e78a3e4395bf33cd66c5ec4f769 (diff) | |
Rename DownloadListWidget -> DownloadListView. Clean context menu.
Diffstat (limited to 'src/downloadstab.h')
| -rw-r--r-- | src/downloadstab.h | 4 |
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; }; |
