summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorZachHaber <zhaber2@illinois.edu>2017-01-17 16:30:42 -0600
committerZachHaber <zhaber2@illinois.edu>2017-01-17 16:30:42 -0600
commit4149ce4cdb43fdf5c4ac6cd9cd317912fe40d683 (patch)
tree63a3bfc7b9e7a0ff0d0a632a9de92a7f4e529a85 /src/organizercore.h
parentf2b33d75cb147965306e075f0b921cbad6c04334 (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/organizercore.h')
-rw-r--r--src/organizercore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index e994d9b1..297b94f6 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -165,6 +165,8 @@ public:
QString profileName() const;
QString profilePath() const;
QString downloadsPath() const;
+ QString overwritePath() const;
+ QString basePath() const;
MOBase::VersionInfo appVersion() const;
MOBase::IModInterface *getMod(const QString &name) const;
MOBase::IModInterface *createMod(MOBase::GuessedValue<QString> &name);