diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-18 23:37:41 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-18 23:37:41 +0000 |
commit | 1c20e7187fa2022da66559a498dd643cd7381c16 (patch) | |
tree | ce0835996a26fb3e8baedc538ea3fe22154f5764 /context.cpp | |
parent | add almost unconfigured doxygen conf-file, which outputs qch for qtcreator (diff) | |
download | gpg4usb-1c20e7187fa2022da66559a498dd643cd7381c16.tar.gz gpg4usb-1c20e7187fa2022da66559a498dd643cd7381c16.zip |
changed verifylabellist back to one verifylabel and updated TODO
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@516 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.cpp')
-rw-r--r-- | context.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/context.cpp b/context.cpp index 903ddd0..c6f2dd4 100644 --- a/context.cpp +++ b/context.cpp @@ -497,9 +497,10 @@ void Context::executeGpgCommand(QStringList arguments, QByteArray *stdOut, QByte /*** - * return type should contain: + * TODO: return type should contain: * -> list of sigs * -> valid + * -> errors */ gpgme_signature_t Context::verify(QByteArray inBuffer) { |