aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
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 */