diff options
Diffstat (limited to 'gui/dialogs/EditAccountDialog.h')
-rw-r--r-- | gui/dialogs/EditAccountDialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/dialogs/EditAccountDialog.h b/gui/dialogs/EditAccountDialog.h index be3a88d8..83f25124 100644 --- a/gui/dialogs/EditAccountDialog.h +++ b/gui/dialogs/EditAccountDialog.h @@ -52,6 +52,9 @@ public: PasswordField, }; +private slots: + void on_label_linkActivated(const QString &link); + private: Ui::EditAccountDialog *ui; }; |