aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fileencryptiondialog.cpp')
-rwxr-xr-xfileencryptiondialog.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/fileencryptiondialog.cpp b/fileencryptiondialog.cpp
index af05a24..2eb25ca 100755
--- a/fileencryptiondialog.cpp
+++ b/fileencryptiondialog.cpp
@@ -187,10 +187,12 @@ void FileEncryptionDialog::executeAction()
QByteArray *outBuffer = new QByteArray();
infile.close();
if ( mAction == Encrypt ) {
- if (! mCtx->encrypt(mKeyList->getChecked(), inBuffer, outBuffer)) return;
+ // TODO
+ // if (! mCtx->encrypt(mKeyList->getChecked(), inBuffer, outBuffer)) return;
}
if ( mAction == Decrypt ) {
- if (! mCtx->decrypt(inBuffer, outBuffer)) return;
+ // TODO
+ // if (! mCtx->decrypt(inBuffer, outBuffer)) return;
}
// TODO: with kgpg