diff options
| author | Tannin <devnull@localhost> | 2014-12-14 16:32:57 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-12-14 16:32:57 +0100 |
| commit | f666e3d835147de3f044431474f92ec84fd8b801 (patch) | |
| tree | 1ea177860392f459a7f3839b7abe27dd99946131 /src/mainwindow.h | |
| parent | 003cb6dec5ff3b6b25cb067eaca055d357a3db6c (diff) | |
when reinstalling a mod the existing mods name is used by default
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 7bb56c29..8f035afd 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -213,7 +213,7 @@ private: bool refreshProfiles(bool selectProfile = true);
void refreshExecutablesList();
void installMod();
- MOBase::IModInterface *installMod(const QString &fileName);
+ MOBase::IModInterface *installMod(const QString &fileName, const QString &initModName = QString());
MOBase::IModInterface *getMod(const QString &name);
MOBase::IModInterface *createMod(MOBase::GuessedValue<QString> &name);
bool removeMod(MOBase::IModInterface *mod);
|
