diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-07-17 00:49:41 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-07-17 00:49:41 +0200 |
| commit | 872c33fe5592eb84a2f6c01a2e47b72602b6139e (patch) | |
| tree | ed0b5d3203500b15a55801a009a0fec680b4a6db /src/downloadlistwidgetcompact.h | |
| parent | 9ddb26ea5100581c832920015f79de8d7366463f (diff) | |
Added new "Hide Uninstalled" and "Delete Uninstalled" options to downloads tab.
Diffstat (limited to 'src/downloadlistwidgetcompact.h')
| -rw-r--r-- | src/downloadlistwidgetcompact.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/downloadlistwidgetcompact.h b/src/downloadlistwidgetcompact.h index 1fcab3e6..b1b3c617 100644 --- a/src/downloadlistwidgetcompact.h +++ b/src/downloadlistwidgetcompact.h @@ -98,8 +98,10 @@ private slots: void issueResume();
void issueDeleteAll();
void issueDeleteCompleted();
+ void issueDeleteUninstalled();
void issueRemoveFromViewAll();
void issueRemoveFromViewCompleted();
+ void issueRemoveFromViewUninstalled();
void issueQueryInfo();
void stateChanged(int row, DownloadManager::DownloadState);
|
