diff options
| author | Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> | 2025-01-02 14:10:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-02 14:10:53 +0100 |
| commit | 9049e65c5e1f29792b596a8e84a749d2de7ea792 (patch) | |
| tree | 1741d9b7b88f8b31af3e624ab720e14bad826728 /src/downloadmanager.h | |
| parent | f8340e16201c214eef5327c4e810432e12b23805 (diff) | |
Add startDownloadNexusFileForGame (#2181)
Diffstat (limited to 'src/downloadmanager.h')
| -rw-r--r-- | src/downloadmanager.h | 2 |
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 |
