summaryrefslogtreecommitdiff
path: root/src/downloadmanagerproxy.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/downloadmanagerproxy.h
parentf8340e16201c214eef5327c4e810432e12b23805 (diff)
Add startDownloadNexusFileForGame (#2181)
Diffstat (limited to 'src/downloadmanagerproxy.h')
-rw-r--r--src/downloadmanagerproxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/downloadmanagerproxy.h b/src/downloadmanagerproxy.h
index dde4efe1..8dd2e885 100644
--- a/src/downloadmanagerproxy.h
+++ b/src/downloadmanagerproxy.h
@@ -15,6 +15,8 @@ public:
int startDownloadURLs(const QStringList& urls) override;
int startDownloadNexusFile(int modID, int fileID) override;
+ int startDownloadNexusFileForGame(const QString& gameName, int modID,
+ int fileID) override;
QString downloadPath(int id) override;
bool onDownloadComplete(const std::function<void(int)>& callback) override;