diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-08-06 19:54:45 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-08-06 19:54:45 +0200 |
| commit | f92027bea61593e22260d0c6296029c1acc4a306 (patch) | |
| tree | bf5d7c810afaf845ad0ece1e1f60779b95696126 /src/downloadlistwidgetcompact.h | |
| parent | a31b5495b89a13efb8cad0cf56fc585378e04cba (diff) | |
| parent | 2af99f2170a4725973673bd59bc22fe7f35df7ee (diff) | |
Merge PR
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();
|
