diff options
Diffstat (limited to 'verifynotification.cpp')
-rw-r--r-- | verifynotification.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/verifynotification.cpp b/verifynotification.cpp index 9aa061f..e2df2ba 100644 --- a/verifynotification.cpp +++ b/verifynotification.cpp @@ -87,9 +87,9 @@ void VerifyNotification::showImportAction(bool visible) void VerifyNotification::showVerifyDetails() { - QByteArray text = mTextpage->toPlainText().toUtf8(); - mCtx->preventNoDataErr(&text); - new VerifyDetailsDialog(this, mCtx, mKeyList, &text); + //QByteArray text = mTextpage->toPlainText().toUtf8(); + //mCtx->preventNoDataErr(&text); + new VerifyDetailsDialog(this, mCtx, mKeyList, mTextpage->toPlainText()); } bool VerifyNotification::refresh() |