diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2021-01-16 23:03:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-16 23:03:05 +0100 |
| commit | 19556bc968334d8b5526ed300e537c5f6a9a5117 (patch) | |
| tree | e65d8960c4108a1399b5585826c9bc0b57af2749 /src/downloadstab.h | |
| parent | c48791a8a105d89cdbb8f4ac39557ed9cfd81800 (diff) | |
| parent | f28b501b30d13c581eaea72f1aeebc0dc4039cf3 (diff) | |
Merge pull request #1362 from Holt59/downloadlistview-cleaning
DownloadListView improvements
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; }; |
