diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-09-16 20:47:02 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-09-16 20:47:02 +0000 |
commit | 0bb4494ba46d459cbc3becc530017da520d9c66a (patch) | |
tree | d79c6148e1e8f8fa9b260815f650240b5c31009b /fileencryptiondialog.cpp | |
parent | beautified keyservertab in settingsdialog (diff) | |
download | gpg4usb-0bb4494ba46d459cbc3becc530017da520d9c66a.tar.gz gpg4usb-0bb4494ba46d459cbc3becc530017da520d9c66a.zip |
merge mac-build-branch with trunk
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@957 34ebc366-c3a9-4b3c-9f84-69acf7962910
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; |