summaryrefslogtreecommitdiffstats
path: root/keygendialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-24 00:16:36 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-24 00:16:36 +0100
commitb0f0b21bd33f6f9215f44c10da1d12c03704b418 (patch)
tree0e8500a5c9c3e1b8cefd9ce480b2569bd7dde12d /keygendialog.h
parent3e2246bce7a2ea6f03b75316e7ac1fe78a1fcbb9 (diff)
clang-format
Diffstat (limited to 'keygendialog.h')
-rw-r--r--keygendialog.h31
1 files changed, 15 insertions, 16 deletions
diff --git a/keygendialog.h b/keygendialog.h
index 4058108e..0baa4f18 100644
--- a/keygendialog.h
+++ b/keygendialog.h
@@ -9,30 +9,29 @@ namespace Ui {
class KeygenDialog;
}
-class KeygenDialog : public QDialog
-{
- Q_OBJECT
+class KeygenDialog : public QDialog {
+ Q_OBJECT
public:
- explicit KeygenDialog(ConfigDialog *parent = 0);
- ~KeygenDialog();
+ explicit KeygenDialog(ConfigDialog *parent = 0);
+ ~KeygenDialog();
protected:
- void closeEvent(QCloseEvent *event);
+ void closeEvent(QCloseEvent *event);
private slots:
- void on_passphrase1_textChanged(const QString &arg1);
- void on_passphrase2_textChanged(const QString &arg1);
- void on_checkBox_stateChanged(int arg1);
- void on_email_textChanged(const QString &arg1);
- void on_name_textChanged(const QString &arg1);
+ void on_passphrase1_textChanged(const QString &arg1);
+ void on_passphrase2_textChanged(const QString &arg1);
+ void on_checkBox_stateChanged(int arg1);
+ void on_email_textChanged(const QString &arg1);
+ void on_name_textChanged(const QString &arg1);
private:
- Ui::KeygenDialog *ui;
- void replace(QString, QString);
- void done(int r);
- void no_protection(bool enable);
- ConfigDialog *dialog;
+ Ui::KeygenDialog *ui;
+ void replace(QString, QString);
+ void done(int r);
+ void no_protection(bool enable);
+ ConfigDialog *dialog;
};
#endif // KEYGENDIALOG_H