From 4fbfc9aa54ed4499f54eb7b3cd942337f6b49e58 Mon Sep 17 00:00:00 2001 From: Tannin Date: Fri, 12 Apr 2013 15:31:47 +0200 Subject: - multi-selection in category window - profile loading is now slightly more forgiving --- src/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.h') 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 -- cgit v1.3.1