aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/uat_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/uat_dialog.h')
-rw-r--r--ui/qt/uat_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/uat_dialog.h b/ui/qt/uat_dialog.h
index 68d92cb2e5..3faf542311 100644
--- a/ui/qt/uat_dialog.h
+++ b/ui/qt/uat_dialog.h
@@ -52,7 +52,7 @@ public:
private slots:
void modelDataChanged(const QModelIndex &topLeft);
void modelRowsRemoved();
- void viewCurrentChanged(const QModelIndex &current, const QModelIndex &previous);
+ void on_uatTreeView_currentItemChanged(const QModelIndex &current, const QModelIndex &previous);
void acceptChanges();
void rejectChanges();
void on_newToolButton_clicked();