diff options
| author | Tannin <devnull@localhost> | 2013-05-28 22:43:19 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-05-28 22:43:19 +0200 |
| commit | d8cb9a4e3710b1a09ac2795541c6b792a917e3a1 (patch) | |
| tree | 1e69347e9659bf3408b794976791048b2b05d181 /src/mainwindow.h | |
| parent | 3c21d1884a499066785e70dc44a869cb8b2d589d (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/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |
