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/modlist.h | |
| parent | 7d36bc20d0a6c327079141149a7f138c0f7726ac (diff) | |
Better refresh of override markers and conflicts.
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modlist.h b/src/modlist.h index e201de27..6a3a2901 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -258,11 +258,11 @@ signals: // the sorting of the list can only be manually changed if the list is sorted by priority
// in which case the move is intended to change the priority of a mod.
//
- void modPrioritiesChanged(const QModelIndexList& indices);
+ void modPrioritiesChanged(const QModelIndexList& indices) const;
// emitted when the state (active/inactive) of one or multiple mods have changed
//
- void modStatesChanged(const QModelIndexList& indices);
+ void modStatesChanged(const QModelIndexList& indices) const;
/**
* @brief emitted when the model wants a text to be displayed by the UI
|
