summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-11-21 12:30:33 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-11-21 12:30:33 +0000
commitefb54100dcfe8ac83284ec59e6706c488ecb10e7 (patch)
treebcd07b55b6ae01352cc30d30c13ed5c57d0381ca /src/organizercore.h
parentf339cc8431c0a7b6a4d514599e6fa57a75eb6495 (diff)
Removal of (get)BinaryName
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index 85f0e0c4..3524dcb5 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -132,7 +132,7 @@ public:
QString profilePath() const;
QString downloadsPath() const;
MOBase::VersionInfo appVersion() const;
- MOBase::IModInterface *getMod(const QString &name);
+ MOBase::IModInterface *getMod(const QString &name) const;
MOBase::IModInterface *createMod(MOBase::GuessedValue<QString> &name);
bool removeMod(MOBase::IModInterface *mod);
void modDataChanged(MOBase::IModInterface *mod);