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/downloadmanager.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/downloadmanager.h')
| -rw-r--r-- | src/downloadmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/downloadmanager.h b/src/downloadmanager.h index aa859b13..24bc6d7f 100644 --- a/src/downloadmanager.h +++ b/src/downloadmanager.h @@ -435,6 +435,8 @@ public slots: void queryInfo(int index);
+ void visitOnNexus(int index);
+
void nxmDescriptionAvailable(QString gameName, int modID, QVariant userData, QVariant resultData, int requestID);
void nxmFilesAvailable(QString gameName, int modID, QVariant userData, QVariant resultData, int requestID);
|
