summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-03-29 10:26:19 +0100
committerTannin <devnull@localhost>2013-03-29 10:26:19 +0100
commitd9a6dbb916236531a96b9b84b06e7be666c05d56 (patch)
tree2d143e96ae60a27738a16b310c712145d4a0aa55 /src/modlist.h
parentf682f82db5d8ba514e927c9d7e88107348d5c32a (diff)
parenta47d9717884953b18b4b29e596d3e5a7d766e56e (diff)
Merge
Diffstat (limited to 'src/modlist.h')
-rw-r--r--src/modlist.h5
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