diff options
| author | Brian Munro <brian.alexander.munro@gmail.com> | 2018-05-08 12:47:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-08 12:47:54 +0200 |
| commit | 0da6af17b2d6a6965849aa0effd5a1a876f447c4 (patch) | |
| tree | 306056296c7a35504e85825ec6965b5193c74b24 /src/organizercore.h | |
| parent | bc75009169ecbf378fa90891dc8183a8cb3ef499 (diff) | |
| parent | 44111d12c181ff062d7936480fdc380e33232e0e (diff) | |
Merge pull request #336 from Modorganizer2/Develop
Release 2.1.3
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 54d9dd6d..28ecef48 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -184,6 +184,7 @@ public: QString basePath() const;
MOBase::VersionInfo appVersion() const;
MOBase::IModInterface *getMod(const QString &name) const;
+ MOBase::IPluginGame *getGame(const QString &gameName) const;
MOBase::IModInterface *createMod(MOBase::GuessedValue<QString> &name);
bool removeMod(MOBase::IModInterface *mod);
void modDataChanged(MOBase::IModInterface *mod);
@@ -285,7 +286,7 @@ private: private slots:
void directory_refreshed();
- void downloadRequested(QNetworkReply *reply, int modID, const QString &fileName);
+ void downloadRequested(QNetworkReply *reply, QString gameName, int modID, const QString &fileName);
void removeOrigin(const QString &name);
void downloadSpeed(const QString &serverName, int bytesPerSecond);
void loginSuccessful(bool necessary);
|
