summaryrefslogtreecommitdiff
path: root/src/downloadmanager.h
diff options
context:
space:
mode:
authorJonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com>2025-01-02 14:10:53 +0100
committerGitHub <noreply@github.com>2025-01-02 14:10:53 +0100
commit9049e65c5e1f29792b596a8e84a749d2de7ea792 (patch)
tree1741d9b7b88f8b31af3e624ab720e14bad826728 /src/downloadmanager.h
parentf8340e16201c214eef5327c4e810432e12b23805 (diff)
Add startDownloadNexusFileForGame (#2181)
Diffstat (limited to 'src/downloadmanager.h')
-rw-r--r--src/downloadmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/downloadmanager.h b/src/downloadmanager.h
index 1e7a626e..1ebe44c2 100644
--- a/src/downloadmanager.h
+++ b/src/downloadmanager.h
@@ -404,7 +404,7 @@ public:
public: // IDownloadManager interface:
int startDownloadURLs(const QStringList& urls);
- int startDownloadNexusFile(int modID, int fileID);
+ int startDownloadNexusFile(const QString& gameName, int modID, int fileID);
QString downloadPath(int id);
boost::signals2::connection