diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2026-05-04 16:40:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-04 16:40:32 -0500 |
| commit | f5d89ad6250343acddbcd5541fb6e7b7df4f27d2 (patch) | |
| tree | f3274f5c5b597d34fa367a73833f8e0b1aa9e94e /src/downloadmanager.h | |
| parent | ca7a149874e99a8f401cb30c430f58a48be4c642 (diff) | |
Download command: Add game instance check (#2388)
* Add game instance check
- Should be ignored if not passed to command
- Functions much like NXM game check
Diffstat (limited to 'src/downloadmanager.h')
| -rw-r--r-- | src/downloadmanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/downloadmanager.h b/src/downloadmanager.h index ad93b87d..a65d4fcb 100644 --- a/src/downloadmanager.h +++ b/src/downloadmanager.h @@ -410,9 +410,9 @@ public: public: // IDownloadManager interface: int startDownloadURLs(const QStringList& urls); - int startDownloadURLWithMeta(const QString& url, const QString& name, - const QString& modName, const QString& version, - const QString& source); + int startDownloadURLWithMeta(const QString& url, const QString& game, + const QString& name, const QString& modName, + const QString& version, const QString& source); int startDownloadNexusFile(const QString& gameName, int modID, int fileID); QString downloadPath(int id); |
