summaryrefslogtreecommitdiffstats
path: root/src/passworddialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/passworddialog.h')
-rw-r--r--src/passworddialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/passworddialog.h b/src/passworddialog.h
index b38d1b06..c92ee595 100644
--- a/src/passworddialog.h
+++ b/src/passworddialog.h
@@ -23,7 +23,8 @@ class PasswordDialog : public QDialog {
public:
explicit PasswordDialog(const PasswordConfiguration &passConfig,
QWidget *parent = nullptr);
- PasswordDialog(const QString &file, const bool &isNew, QWidget *parent = nullptr);
+ PasswordDialog(const QString &file, const bool &isNew,
+ QWidget *parent = nullptr);
~PasswordDialog();
/*! Sets content in the password field in the interface.