diff options
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 2 |
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); |
