summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-05-28 22:43:19 +0200
committerTannin <devnull@localhost>2013-05-28 22:43:19 +0200
commitd8cb9a4e3710b1a09ac2795541c6b792a917e3a1 (patch)
tree1e69347e9659bf3408b794976791048b2b05d181 /src/modlist.h
parent3c21d1884a499066785e70dc44a869cb8b2d589d (diff)
- bugfixes in hookdll related to path-rerouting
- bugfix: expanding modlist groups after changes to modlist works now - bugfix: sorting grouped modlist was broken
Diffstat (limited to 'src/modlist.h')
-rw-r--r--src/modlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modlist.h b/src/modlist.h
index a0b6e841..99f43b5c 100644
--- a/src/modlist.h
+++ b/src/modlist.h
@@ -91,7 +91,7 @@ public:
*/
void removeRowForce(int row);
- void notifyChange(int row);
+ void notifyChange(int rowStart, int rowEnd = -1);
static QString getColumnName(int column);