From d8cb9a4e3710b1a09ac2795541c6b792a917e3a1 Mon Sep 17 00:00:00 2001 From: Tannin Date: Tue, 28 May 2013 22:43:19 +0200 Subject: - bugfixes in hookdll related to path-rerouting - bugfix: expanding modlist groups after changes to modlist works now - bugfix: sorting grouped modlist was broken --- src/modlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modlist.h') 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); -- cgit v1.3.1