aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-07-23 00:57:07 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-07-23 00:57:07 +0000
commit95ba1ee4a1bb5c6d3640565fc5e3cf418abafe51 (patch)
tree350b6cd29b9048d136247a8067269322cb9da23e /gpgwin.h
parentindependent notifcation area (diff)
downloadgpg4usb-95ba1ee4a1bb5c6d3640565fc5e3cf418abafe51.tar.gz
gpg4usb-95ba1ee4a1bb5c6d3640565fc5e3cf418abafe51.zip
added isCompletelySigned function
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@504 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.h')
-rw-r--r--gpgwin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpgwin.h b/gpgwin.h
index bb29c1c..ba69088 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -98,6 +98,7 @@ private:
void saveSettings();
void preventNoDataErr(QByteArray *in);
void parseMime(QByteArray *message);
+ bool isCompletedlySigned(const QByteArray &text);
TextEdit *edit;
QMenu *fileMenu;