From 7df096cffe4806fbc1e13fbcc3170933876a115a Mon Sep 17 00:00:00 2001 From: nils Date: Tue, 11 Oct 2011 20:29:14 +0000 Subject: 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 --- gpgwin.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'gpgwin.h') diff --git a/gpgwin.h b/gpgwin.h index facd289..20d2a04 100644 --- a/gpgwin.h +++ b/gpgwin.h @@ -201,14 +201,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 * @@ -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 */ -- cgit v1.2.3