diff options
| author | Tannin <devnull@localhost> | 2013-04-12 15:31:47 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-04-12 15:31:47 +0200 |
| commit | 4fbfc9aa54ed4499f54eb7b3cd942337f6b49e58 (patch) | |
| tree | 43008c44a7adf429abc45d5a81537a118fcf6fa7 /src/mainwindow.h | |
| parent | a47d9717884953b18b4b29e596d3e5a7d766e56e (diff) | |
- multi-selection in category window
- profile loading is now slightly more forgiving
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 91c2b17d..4dfc5d76 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -423,7 +423,6 @@ private slots: // ui slots void on_bsaList_customContextMenuRequested(const QPoint &pos); void on_bsaList_itemChanged(QTreeWidgetItem *item, int column); void on_btnRefreshData_clicked(); - void on_categoriesList_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous); void on_categoriesList_customContextMenuRequested(const QPoint &pos); void on_compactBox_toggled(bool checked); void on_conflictsCheckBox_toggled(bool checked); @@ -440,6 +439,7 @@ private slots: // ui slots void on_espList_customContextMenuRequested(const QPoint &pos); void on_displayCategoriesBtn_toggled(bool checked); void on_groupCombo_currentIndexChanged(int index); + void on_categoriesList_itemSelectionChanged(); }; #endif // MAINWINDOW_H |
