aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2014-05-01 22:12:45 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2014-05-01 22:12:45 +0000
commit6deec9eef945b9b2d30e295308c62290b2b0b0a2 (patch)
treeb02f726611c9040ba84e927215fd7c55bae76b9a /mainwindow.cpp
parentmerge 0.4-beta branch into trunk after removing qdebugs (diff)
downloadgpg4usb-6deec9eef945b9b2d30e295308c62290b2b0b0a2.tar.gz
gpg4usb-6deec9eef945b9b2d30e295308c62290b2b0b0a2.zip
debug on win
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1104 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 16a2d3f..cacc8ca 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -1074,7 +1074,7 @@ void MainWindow::slotDecryptDone(int result)
if (result == KGpgTransaction::TS_OK) {
// FIXME choose codec
//setPlainText(decr->decryptedText().join(QLatin1String("\n")) + QLatin1Char('\n'));
- edit->slotFillTextEditWithText(decr->decryptedText().join(QLatin1String("\n")) + QLatin1Char('\n'));
+ edit->slotFillTextEditWithText(decr->decryptedText().join(QLatin1String("\n")) + QLatin1String("\n"));
} else if (result != KGpgTransaction::TS_USER_ABORTED) {
//KMessageBox::detailedSorry(this, i18n("Decryption failed."), decr->getMessages().join( QLatin1String( "\n" )));
qDebug() << "Decryption failed." << decr->getMessages().join( QLatin1String( "\n" ));