summaryrefslogtreecommitdiffstats
path: root/keygendialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-05-30 17:18:06 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2016-05-30 17:18:06 +0200
commitb6eececed2490081ed18f6dcadc60f9fd15899e5 (patch)
treeae2045e4d9fb04898251ce4af8b448737700bc27 /keygendialog.h
parent2e0a15113fd8bd4b98c9c9f82bc9b95c28b3565e (diff)
clang formatter
Diffstat (limited to 'keygendialog.h')
-rw-r--r--keygendialog.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/keygendialog.h b/keygendialog.h
index 19d996ce..406cd6d2 100644
--- a/keygendialog.h
+++ b/keygendialog.h
@@ -1,9 +1,9 @@
#ifndef KEYGENDIALOG_H_
#define KEYGENDIALOG_H_
-#include <QDialog>
-#include <QCloseEvent>
#include "configdialog.h"
+#include <QCloseEvent>
+#include <QDialog>
namespace Ui {
class KeygenDialog;
@@ -12,21 +12,21 @@ class KeygenDialog;
class KeygenDialog : public QDialog {
Q_OBJECT
- public:
+public:
explicit KeygenDialog(ConfigDialog *parent = 0);
~KeygenDialog();
- protected:
+protected:
void closeEvent(QCloseEvent *event);
- private slots:
+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);
- private:
+private:
Ui::KeygenDialog *ui;
void replace(QString, QString);
void done(int r);
@@ -34,4 +34,4 @@ class KeygenDialog : public QDialog {
ConfigDialog *dialog;
};
-#endif // KEYGENDIALOG_H_
+#endif // KEYGENDIALOG_H_