diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-01-11 16:21:43 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-01-11 16:21:43 -0600 |
| commit | 64a242d9220868a5b564c32f75f191efb01ad18e (patch) | |
| tree | 9c616f7135e982d8d9cb0bad00f756a070dfd943 /src/profile.h | |
| parent | b41c99b742bbb9eee854f177a26da3218f24f2ac (diff) | |
Remove profile-specific executable settings when removing the executable
Diffstat (limited to 'src/profile.h')
| -rw-r--r-- | src/profile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/profile.h b/src/profile.h index d7fb7785..dea933ad 100644 --- a/src/profile.h +++ b/src/profile.h @@ -323,7 +323,8 @@ public: bool forcedLibrariesEnabled(const QString &executable); void setForcedLibrariesEnabled(const QString &executable, bool enabled); QList<MOBase::ExecutableForcedLoadSetting> determineForcedLibraries(const QString &executable); - void saveForcedLibraries(const QString &executable, const QList<MOBase::ExecutableForcedLoadSetting> &values); + void storeForcedLibraries(const QString &executable, const QList<MOBase::ExecutableForcedLoadSetting> &values); + void removeForcedLibraries(const QString &executable); signals: |
