diff options
Diffstat (limited to 'verifydetailsdialog.cpp')
-rw-r--r-- | verifydetailsdialog.cpp | 2 |
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); |