diff options
Diffstat (limited to 'fileencryptiondialog.cpp')
-rwxr-xr-x | fileencryptiondialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fileencryptiondialog.cpp b/fileencryptiondialog.cpp index 2eb25ca..54a2b2b 100755 --- a/fileencryptiondialog.cpp +++ b/fileencryptiondialog.cpp @@ -209,7 +209,8 @@ void FileEncryptionDialog::executeAction() return; } QByteArray signBuffer = signfile.readAll(); - new VerifyDetailsDialog(this, mCtx, mKeyList, &inBuffer, &signBuffer); + // TODO + //new VerifyDetailsDialog(this, mCtx, mKeyList, &inBuffer, &signBuffer); return; } |