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/mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 9626c5ba..7a1e1bc2 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -420,6 +420,8 @@ private slots: void espFilterChanged(const QString &filter); void downloadFilterChanged(const QString &filter); + void expandModList(const QModelIndex &index); + private slots: // ui slots // actions void on_actionAdd_Profile_triggered(); -- cgit v1.3.1