diff options
Diffstat (limited to 'context.cpp')
-rw-r--r-- | context.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/context.cpp b/context.cpp index c6f2dd4..733897e 100644 --- a/context.cpp +++ b/context.cpp @@ -495,7 +495,6 @@ void Context::executeGpgCommand(QStringList arguments, QByteArray *stdOut, QByte *stdErr = gpg.readAllStandardError(); } - /*** * TODO: return type should contain: * -> list of sigs @@ -579,7 +578,6 @@ void Context::sign(const QByteArray &inBuffer, QByteArray *outBuffer) { err = readToBuffer(out, outBuffer); qDebug() << "sig: " << QString::fromUtf8(*outBuffer); - } bool Context::sign(QStringList *uidList, const QByteArray &inBuffer, QByteArray *outBuffer ) { |