aboutsummaryrefslogtreecommitdiffstats
path: root/keydetailsdialog.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2014-01-03 22:23:23 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2014-01-03 22:23:23 +0000
commit7b516ff4cf154dee119b24d4bed40c5646f5f10f (patch)
tree64eaf7a12f05fd881e7e766c7244f1164a103f89 /keydetailsdialog.h
parentbranch 0.3.3 (diff)
parentchanged digest algo to sha512 (described under http://www.apache.org/dev/open... (diff)
downloadgpg4usb-7b516ff4cf154dee119b24d4bed40c5646f5f10f.tar.gz
gpg4usb-7b516ff4cf154dee119b24d4bed40c5646f5f10f.zip
moved branch 0.3.2-1 to 0.3.3
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.3@1084 34ebc366-c3a9-4b3c-9f84-69acf7962910
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);
/**