summaryrefslogtreecommitdiffstats
path: root/gui/dialogs/AccountListDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/dialogs/AccountListDialog.h')
-rw-r--r--gui/dialogs/AccountListDialog.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gui/dialogs/AccountListDialog.h b/gui/dialogs/AccountListDialog.h
index 52666e3b..63720f58 100644
--- a/gui/dialogs/AccountListDialog.h
+++ b/gui/dialogs/AccountListDialog.h
@@ -42,11 +42,16 @@ slots:
void on_editAccountBtn_clicked();
- void on_setActiveBtn_clicked();
+ void on_setDefaultBtn_clicked();
+
+ void on_noDefaultBtn_clicked();
// This will be sent when the "close" button is clicked.
void on_closeBtnBox_rejected();
+ //! Updates the states of the dialog's buttons.
+ void updateButtonStates();
+
signals:
void activeAccountChanged();