Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add startDownloadNexusFileForGame #2181

Merged

Conversation

JonathanFeenstra
Copy link
Contributor

@JonathanFeenstra JonathanFeenstra changed the title Add startDownloadNexusFile overload with game name Add startDownloadNexusFileForGame Jan 1, 2025
@@ -405,6 +405,7 @@ class DownloadManager : public QObject
public: // IDownloadManager interface:
int startDownloadURLs(const QStringList& urls);
int startDownloadNexusFile(int modID, int fileID);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this function is not used in the main code, this should be removed an the proxy should directly call startDownloadNexusFileForGame from startDownloadNexusFile (cannot check right now if that's the case or not).

@Holt59 Holt59 merged commit 9049e65 into ModOrganizer2:master Jan 2, 2025
2 checks passed
@JonathanFeenstra JonathanFeenstra deleted the nexusdownload-gamename branch January 6, 2025 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants