summaryrefslogtreecommitdiffstats
path: root/keygendialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-24 11:12:03 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-24 11:12:03 +0100
commit640f398b27760c628046cef59141af7fe1703af0 (patch)
treeebac1d41d7513e8667b398cd7def235bcb421a2a /keygendialog.h
parent2f288e60c245a2a3430bab21b04c72b11114abfe (diff)
More linting (reinterpret_cast and empty {} etc)
Diffstat (limited to 'keygendialog.h')
-rw-r--r--keygendialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keygendialog.h b/keygendialog.h
index 4beb148e..19d996ce 100644
--- a/keygendialog.h
+++ b/keygendialog.h
@@ -19,7 +19,7 @@ class KeygenDialog : public QDialog {
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);