diff options
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) { |