summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-12-14 16:32:57 +0100
committerTannin <devnull@localhost>2014-12-14 16:32:57 +0100
commitf666e3d835147de3f044431474f92ec84fd8b801 (patch)
tree1ea177860392f459a7f3839b7abe27dd99946131 /src/mainwindow.h
parent003cb6dec5ff3b6b25cb067eaca055d357a3db6c (diff)
when reinstalling a mod the existing mods name is used by default
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
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);