diff options
Diffstat (limited to 'keydetailsdialog.h')
-rw-r--r-- | keydetailsdialog.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keydetailsdialog.h b/keydetailsdialog.h index 37edd43..1079801 100644 --- a/keydetailsdialog.h +++ b/keydetailsdialog.h @@ -42,6 +42,13 @@ class KeyDetailsDialog : 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 + */ KeyDetailsDialog(GpgME::GpgContext* ctx, gpgme_key_t key, QWidget *parent = 0); /** |