diff options
| author | ZachHaber <zhaber2@illinois.edu> | 2017-01-17 16:30:42 -0600 |
|---|---|---|
| committer | ZachHaber <zhaber2@illinois.edu> | 2017-01-17 16:30:42 -0600 |
| commit | 4149ce4cdb43fdf5c4ac6cd9cd317912fe40d683 (patch) | |
| tree | 63a3bfc7b9e7a0ff0d0a632a9de92a7f4e529a85 /src/organizerproxy.h | |
| parent | f2b33d75cb147965306e075f0b921cbad6c04334 (diff) | |
Fixing overwrite problems
Changes the organizerproxy to pull from the settings rather than try and
figure it out on its own.
Diffstat (limited to 'src/organizerproxy.h')
| -rw-r--r-- | src/organizerproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/organizerproxy.h b/src/organizerproxy.h index 7d925482..7004db14 100644 --- a/src/organizerproxy.h +++ b/src/organizerproxy.h @@ -18,6 +18,7 @@ public: virtual QString profilePath() const;
virtual QString downloadsPath() const;
virtual QString overwritePath() const;
+ virtual QString basePath() const;
virtual MOBase::VersionInfo appVersion() const;
virtual MOBase::IModInterface *getMod(const QString &name) const;
virtual MOBase::IModInterface *createMod(MOBase::GuessedValue<QString> &name);
|
