diff options
author | Nils Achtergarde <[email protected]> | 2017-12-30 21:18:27 +0000 |
---|---|---|
committer | Nils Achtergarde <[email protected]> | 2017-12-30 21:18:27 +0000 |
commit | 2ed6fc4d0a3b93982bb7300b1c28950811e4a4be (patch) | |
tree | 87f59e5c1e2570cea4f876a502040b85ccb1a35f /keygendialog.h | |
parent | recommit of 1db778e4481eeab3e65d157240fbe963a8113f49 (tabbed about dialog wit... (diff) | |
download | gpg4usb-2ed6fc4d0a3b93982bb7300b1c28950811e4a4be.tar.gz gpg4usb-2ed6fc4d0a3b93982bb7300b1c28950811e4a4be.zip |
recommit of 305c0bbf683401af0f52f3a3d812ff0fa20a73a4 (minor commenting and cleanup)
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: |