aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-11 20:34:55 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-11 20:34:55 +0000
commit5af560a0ef23b5a1d134f65e135e5c7f4bc1a84c (patch)
tree748f719a627d5e2a0dea167b4c25758e47f73b0e /gpgwin.h
parentmoved preventnodataerr to context.cpp, added refresh slots for verify (diff)
downloadgpg4usb-5af560a0ef23b5a1d134f65e135e5c7f4bc1a84c.tar.gz
gpg4usb-5af560a0ef23b5a1d134f65e135e5c7f4bc1a84c.zip
moved textissigned to context
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@545 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.h')
-rw-r--r--gpgwin.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gpgwin.h b/gpgwin.h
index 20d2a04..8b91f56 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -208,16 +208,6 @@ private:
*/
void parseMime(QByteArray *message);
- /**
- * @brief
- *
- * @param text
- * @return \li 2, if the text is completly signed,
- * \li 1, if the text is partially signed,
- * \li 0, if the text is not signed at all.
- */
- int isSigned(const QByteArray &text);
-
TextEdit *edit; /** Tabwidget holding the edit-windows */
QMenu *fileMenu; /** Submenu for file-operations*/
QMenu *editMenu; /** Submenu for text-operations*/