From 595f6eccf615c0cf70c8d32e3edb515578efddc9 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 9 Feb 2021 20:14:03 +0100 Subject: Better refresh of override markers and conflicts. --- src/modlist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modlist.h') 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 -- cgit v1.3.1