summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
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