diff options
| author | Tannin <devnull@localhost> | 2013-05-23 20:03:35 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-05-23 20:03:35 +0200 |
| commit | daf8bab1367334bb7f2332d4256f31c9db5ecec8 (patch) | |
| tree | 5b687b2d57f03fea7c8158c80fcaf22cc88fcb73 /src/mainwindow.h | |
| parent | f0ba6ce95c1f30524453ce996fa536a888f018da (diff) | |
- bugfix: installation using custom installer always created mod directory
- batch installer now displays progress during mod installation
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 24cdb91e..9626c5ba 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -50,6 +50,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include "pluginlistsortproxy.h" #include "tutorialcontrol.h" #include "savegameinfowidgetgamebryo.h" +#include <guessedvalue.h> namespace Ui { class MainWindow; @@ -100,7 +101,7 @@ public: virtual QString downloadsPath() const; virtual MOBase::VersionInfo appVersion() const; virtual MOBase::IModInterface *getMod(const QString &name); - virtual MOBase::IModInterface *createMod(const QString &name); + virtual MOBase::IModInterface *createMod(MOBase::GuessedValue<QString> &name); virtual bool removeMod(MOBase::IModInterface *mod); virtual void modDataChanged(MOBase::IModInterface *mod); virtual QVariant pluginSetting(const QString &pluginName, const QString &key) const; |
