aboutsummaryrefslogtreecommitdiffstats
path: root/verifydetailsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'verifydetailsdialog.cpp')
-rw-r--r--verifydetailsdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/verifydetailsdialog.cpp b/verifydetailsdialog.cpp
index 98746f1..a8e53e6 100644
--- a/verifydetailsdialog.cpp
+++ b/verifydetailsdialog.cpp
@@ -48,7 +48,7 @@ void VerifyDetailsDialog::refresh()
mainLayout->addWidget(mVbox);
// Get signature information of current text
- QByteArray text = mTextpage->toPlainText().toAscii(); // TODO: toUtf8() here?
+ QByteArray text = mTextpage->toPlainText().toUtf8();
mCtx->preventNoDataErr(&text);
gpgme_signature_t sign = mCtx->verify(text);