diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-12-26 15:49:19 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-12-26 15:49:19 +0000 |
| commit | 42417b6a010926c11beeefd7398c7e0089c09c7d (patch) | |
| tree | 584ac89658a0bc58ec2239668d37d67c87786172 /src/organizerproxy.h | |
| parent | f2b2ee1a11c79415020eeb56af2d9ac855c059d8 (diff) | |
Fix missing functions and also a bit of const correctness
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 2a0fc397..7ce8982e 100644 --- a/src/organizerproxy.h +++ b/src/organizerproxy.h @@ -38,6 +38,7 @@ public: virtual MOBase::IDownloadManager *downloadManager() const;
virtual MOBase::IPluginList *pluginList() const;
virtual MOBase::IModList *modList() const;
+ virtual MOBase::IProfile *profile() const override;
virtual HANDLE startApplication(const QString &executable, const QStringList &args = QStringList(), const QString &cwd = "", const QString &profile = "");
virtual bool waitForApplication(HANDLE handle, LPDWORD exitCode = nullptr) const;
virtual void refreshModList(bool saveChanges);
|
