diff options
Diffstat (limited to 'keygendialog.h')
-rw-r--r-- | keygendialog.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/keygendialog.h b/keygendialog.h index bc61314..b3f4183 100644 --- a/keygendialog.h +++ b/keygendialog.h @@ -37,7 +37,14 @@ class KeyGenDialog : public QDialog { Q_OBJECT -public: + /** + * @details Constructor of this class + * + * @param ctx The current GpgME context + * @param key The key to show details of + * @param parent The parent of this widget + */ + public: KeyGenDialog(GpgME::GpgContext* ctx, QWidget *parent = 0); private: |