aboutsummaryrefslogtreecommitdiffstats
path: root/keydetailsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'keydetailsdialog.h')
-rw-r--r--keydetailsdialog.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/keydetailsdialog.h b/keydetailsdialog.h
index 1079801..37edd43 100644
--- a/keydetailsdialog.h
+++ b/keydetailsdialog.h
@@ -42,13 +42,6 @@ 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);
/**