diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-05-25 15:33:53 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-05-25 15:33:53 +0200 |
| commit | ddb40b712edf0676f6083a0ecd5a67509e60e6fe (patch) | |
| tree | c78719dc0feed4cbf77b64aad0e9212f5342af9c /src/downloadlistwidgetcompact.h | |
| parent | 186f26b71e4597e9999a3d946b0d9497255fc986 (diff) | |
*Avoided some unnecessary refreshes while removing mods.
*Added "Visit on Nexus" menu entry in the downloads tab.
*Added confirmation message when deleting a single download.
*Changed text of messages to more easily distinguish deleting from hiding.
Diffstat (limited to 'src/downloadlistwidgetcompact.h')
| -rw-r--r-- | src/downloadlistwidgetcompact.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/downloadlistwidgetcompact.h b/src/downloadlistwidgetcompact.h index df1a5f58..28a376eb 100644 --- a/src/downloadlistwidgetcompact.h +++ b/src/downloadlistwidgetcompact.h @@ -35,7 +35,7 @@ class DownloadListWidgetCompact; class DownloadListWidgetCompact : public QWidget
{
Q_OBJECT
-
+
public:
explicit DownloadListWidgetCompact(QWidget *parent = 0);
~DownloadListWidgetCompact();
@@ -69,6 +69,7 @@ signals: void cancelDownload(int index);
void pauseDownload(int index);
void resumeDownload(int index);
+ void visitOnNexus(int index);
protected:
@@ -87,7 +88,8 @@ private slots: void issueDelete();
void issueRemoveFromView();
void issueRestoreToView();
- void issueRestoreToViewAll();
+ void issueRestoreToViewAll();
+ void issueVisitOnNexus();
void issueCancel();
void issuePause();
void issueResume();
@@ -120,4 +122,3 @@ private: };
#endif // DOWNLOADLISTWIDGETCOMPACT_H
-
|
