diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-11 20:29:14 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-11 20:29:14 +0000 |
commit | 7df096cffe4806fbc1e13fbcc3170933876a115a (patch) | |
tree | eaeef8024c6466f28a350460f2890a19880e916b /gpgwin.h | |
parent | some commenting (diff) | |
download | gpg4usb-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.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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 */ |