diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-14 19:13:28 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-15 14:40:40 -0400 |
| commit | 5ca4ea500439bdeee85ca2103374618f2608808d (patch) | |
| tree | 96f3f8de03c051045aa07d482dcacc301437bcc5 /src/profile.h | |
| parent | 7671725436551b7254ea89ff6985c5491fcc743d (diff) | |
merged CustomOverwrites and ForcedLibraries, they were mostly identical
some comments
Diffstat (limited to 'src/profile.h')
| -rw-r--r-- | src/profile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profile.h b/src/profile.h index a7ba7e91..bc7964f8 100644 --- a/src/profile.h +++ b/src/profile.h @@ -330,9 +330,9 @@ public: int getPriorityMinimum() const; - bool forcedLibrariesEnabled(const QString &executable); + bool forcedLibrariesEnabled(const QString &executable) const; void setForcedLibrariesEnabled(const QString &executable, bool enabled); - QList<MOBase::ExecutableForcedLoadSetting> determineForcedLibraries(const QString &executable); + QList<MOBase::ExecutableForcedLoadSetting> determineForcedLibraries(const QString &executable) const; void storeForcedLibraries(const QString &executable, const QList<MOBase::ExecutableForcedLoadSetting> &values); void removeForcedLibraries(const QString &executable); |
