aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-11 20:29:14 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-11 20:29:14 +0000
commit7df096cffe4806fbc1e13fbcc3170933876a115a (patch)
treeeaeef8024c6466f28a350460f2890a19880e916b /gpgwin.h
parentsome commenting (diff)
downloadgpg4usb-7df096cffe4806fbc1e13fbcc3170933876a115a.tar.gz
gpg4usb-7df096cffe4806fbc1e13fbcc3170933876a115a.zip
moved preventnodataerr to context.cpp, added refresh slots for verify
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@544 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.h')
-rw-r--r--gpgwin.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/gpgwin.h b/gpgwin.h
index facd289..20d2a04 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -202,14 +202,6 @@ private:
void saveSettings();
/**
- * @details If text contains PGP-message, put a linebreak before the message,
- * so that gpgme can decrypt correctly
- *
- * @param in Pointer to the QBytearray to check.
- */
- void preventNoDataErr(QByteArray *in);
-
- /**
* @brief
*
* @param message
@@ -237,7 +229,7 @@ private:
QToolBar *cryptToolBar; /** Toolbar holding crypt actions */
QToolBar *editToolBar; /** Toolbar holding edit actions */
QToolBar *keyToolBar; /** Toolbar holding key operations */
- QDockWidget *encryptDock; /** Encrypt Dock*/
+ QDockWidget *keylistDock; /** Encrypt Dock*/
QDockWidget *attachmentDock; /** Attachment Dock */
QDialog *genkeyDialog; /** Dialog for key generation */