diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-02-09 20:14:03 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-02-09 20:23:42 +0100 |
| commit | 595f6eccf615c0cf70c8d32e3edb515578efddc9 (patch) | |
| tree | 2f5ebc24ccfd4a8e59eea6b896559c757375e62a /src/organizercore.h | |
| parent | 7d36bc20d0a6c327079141149a7f138c0f7726ac (diff) | |
Better refresh of override markers and conflicts.
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index c00d0d42..e6274e36 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -405,6 +405,11 @@ private: void updateModActiveState(int index, bool active);
void updateModsActiveState(const QList<unsigned int> &modIndices, bool active);
+ // clear the conflict caches of all the given mods, and the mods in conflict
+ // with the given mods
+ //
+ void clearCaches(std::vector<unsigned int> const& indices) const;
+
bool createDirectory(const QString &path);
QString oldMO1HookDll() const;
|
