diff options
| author | Frederik “Freso” S. Olesen <freso.dk@gmail.com> | 2018-08-06 12:21:02 +0200 |
|---|---|---|
| committer | Frederik “Freso” S. Olesen <freso.dk@gmail.com> | 2018-08-06 12:21:02 +0200 |
| commit | 796224d73369e55b278aa1be1a13f357b094e49c (patch) | |
| tree | 0a7c5e9010732075f0cf69e2e4b1d9507b061214 /src/downloadlistwidgetcompact.h | |
| parent | 1e4b5d2436df759dead3f7c9da9c928da3ff3047 (diff) | |
Add new "Open File" right-click dialog for Downloads
This enables the user to directly open the downloaded archived/file
which can be useful for e.g., inspection of what's inside or if they
need to copy files from inside the archive to somewhere else. Saves a
step compared to "Show in Folder" and then opening the file.
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 b1b3c617..eb109f29 100644 --- a/src/downloadlistwidgetcompact.h +++ b/src/downloadlistwidgetcompact.h @@ -70,6 +70,7 @@ signals: void pauseDownload(int index);
void resumeDownload(int index);
void visitOnNexus(int index);
+ void openFile(int index);
void openInDownloadsFolder(int index);
protected:
@@ -92,6 +93,7 @@ private slots: void issueRestoreToView();
void issueRestoreToViewAll();
void issueVisitOnNexus();
+ void issueOpenFile();
void issueOpenInDownloadsFolder();
void issueCancel();
void issuePause();
|
