diff options
Diffstat (limited to 'fileencryptiondialog.cpp')
-rwxr-xr-x | fileencryptiondialog.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fileencryptiondialog.cpp b/fileencryptiondialog.cpp index 88f73a8..af05a24 100755 --- a/fileencryptiondialog.cpp +++ b/fileencryptiondialog.cpp @@ -193,9 +193,10 @@ void FileEncryptionDialog::executeAction() if (! mCtx->decrypt(inBuffer, outBuffer)) return; } - if( mAction == Sign ) { + // TODO: with kgpg + /*if( mAction == Sign ) { if(! mCtx->sign(mKeyList->getChecked(), inBuffer, outBuffer, true)) return; - } + }*/ if( mAction == Verify ) { QFile signfile; |