diff options
| author | Tannin <devnull@localhost> | 2014-12-13 16:47:11 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-12-13 16:47:11 +0100 |
| commit | 64eced4614657f22b22ba565df497a010499bf30 (patch) | |
| tree | fdb93b3dc829e5523f3c381befd530f714a7f253 /src/organizerproxy.cpp | |
| parent | 8634b97bea67744d2ac147f2c8b94b8e52c37acd (diff) | |
- NCC installer can now discover files in other mods (thanks Reunion!) and knows the script extender version
Diffstat (limited to 'src/organizerproxy.cpp')
| -rw-r--r-- | src/organizerproxy.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/organizerproxy.cpp b/src/organizerproxy.cpp index 903c979e..66aefe33 100644 --- a/src/organizerproxy.cpp +++ b/src/organizerproxy.cpp @@ -48,6 +48,13 @@ QString OrganizerProxy::downloadsPath() const return QDir::fromNativeSeparators(m_Proxied->m_Settings.getDownloadDirectory());
}
+QString OrganizerProxy::overwritePath() const
+{
+ return QDir::fromNativeSeparators(ToQString(GameInfo::instance().getOrganizerDirectory()))
+ + "/"
+ + ToQString(AppConfig::overwritePath());
+}
+
VersionInfo OrganizerProxy::appVersion() const
{
return m_Proxied->m_Updater.getVersion();
|
