From f666e3d835147de3f044431474f92ec84fd8b801 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 14 Dec 2014 16:32:57 +0100 Subject: when reinstalling a mod the existing mods name is used by default --- src/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.h') 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 &name); bool removeMod(MOBase::IModInterface *mod); -- cgit v1.3.1