diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-07-18 19:55:53 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-07-18 19:55:53 +0000 |
commit | b651d31ff58494346785a5db9940558961ebe19a (patch) | |
tree | c1d01e837517a82d66230d41b79cfbbedd648e61 /gpg4usb.pro | |
parent | added class for verifyinfo (diff) | |
download | gpg4usb-b651d31ff58494346785a5db9940558961ebe19a.tar.gz gpg4usb-b651d31ff58494346785a5db9940558961ebe19a.zip |
verify returns gpgme_op_verify_result
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@502 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r-- | gpg4usb.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index 116d9e7..dc50340 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -29,8 +29,7 @@ HEADERS += attachments.h \ textedit.h \ editorpage.h \ quitdialog.h \ - keyserverimportdialog.h \ - verifyinfo.h + keyserverimportdialog.h SOURCES += attachments.cpp \ context.cpp \ gpgwin.cpp \ @@ -46,8 +45,7 @@ SOURCES += attachments.cpp \ textedit.cpp \ editorpage.cpp \ quitdialog.cpp \ - keyserverimportdialog.cpp \ - verifyinfo.cpp + keyserverimportdialog.cpp RC_FILE = gpg4usb.rc # comment out line below for static building |