From 109958c1a14bbfab79bb30e72f2a706bcada4c60 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Tue, 13 Dec 2016 00:05:58 +0100 Subject: Moved sources to src --- keygendialog.h | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 keygendialog.h (limited to 'keygendialog.h') diff --git a/keygendialog.h b/keygendialog.h deleted file mode 100644 index 64af8307..00000000 --- a/keygendialog.h +++ /dev/null @@ -1,41 +0,0 @@ -#ifndef KEYGENDIALOG_H_ -#define KEYGENDIALOG_H_ - -#include "configdialog.h" -#include -#include - -namespace Ui { -class KeygenDialog; -} - -/*! - \class KeygenDialog - \brief Handles GPG keypair generation. - */ -class KeygenDialog : public QDialog { - Q_OBJECT - -public: - explicit KeygenDialog(ConfigDialog *parent = 0); - ~KeygenDialog(); - -protected: - 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); - -private: - Ui::KeygenDialog *ui; - void replace(QString, QString); - void done(int r); - void no_protection(bool enable); - ConfigDialog *dialog; -}; - -#endif // KEYGENDIALOG_H_ -- cgit v1.2.3