From 02062e44674ba88ea5ab62c806abb879d520ee43 Mon Sep 17 00:00:00 2001 From: nils Date: Tue, 12 Jul 2011 22:28:23 +0000 Subject: make sign undoable,change return value checkErr to int git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@495 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'context.h') diff --git a/context.h b/context.h index 28abc24..df32ace 100644 --- a/context.h +++ b/context.h @@ -86,8 +86,8 @@ private: QByteArray mPasswordCache; QSettings settings; bool debug; - void checkErr(gpgme_error_t err) const; - void checkErr(gpgme_error_t err, QString comment) const; + int checkErr(gpgme_error_t err) const; + int checkErr(gpgme_error_t err, QString comment) const; static gpgme_error_t passphraseCb(void *hook, const char *uid_hint, const char *passphrase_info, -- cgit v1.2.3