diff options
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modlist.h b/src/modlist.h index 86255bfb..ea850d54 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -165,12 +165,13 @@ signals: /** * @brief emitted whenever a row in the list has changed * - * @param row the row that changed + * @param index the index of the changed field + * @param role role of the field that changed * @note this signal must only be emitted if the row really did change. * Slots handling this signal therefore do not have to verify that a change has happened * @note this signal is currently only used in tutorials **/ - void modlist_changed(int row); + void modlist_changed(const QModelIndex &index, int role); /** * @brief emitted to have all selected mods deleted |
