aboutsummaryrefslogtreecommitdiffstats
path: root/verifynotification.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'verifynotification.cpp')
-rw-r--r--verifynotification.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/verifynotification.cpp b/verifynotification.cpp
index 284d511..ce5979c 100644
--- a/verifynotification.cpp
+++ b/verifynotification.cpp
@@ -94,7 +94,7 @@ bool VerifyNotification::refresh()
{
verify_label_status verifyStatus=VERIFY_ERROR_OK;
- QByteArray text = mTextpage->toPlainText().toAscii(); // TODO: toUtf8() here?
+ QByteArray text = mTextpage->toPlainText().toUtf8();
mCtx->preventNoDataErr(&text);
int textIsSigned = mCtx->textIsSigned(text);