diff options
| author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-19 13:01:01 +0100 |
|---|---|---|
| committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-19 13:01:01 +0100 |
| commit | cd2246faca0a680332ebfbb1a534030fbb183c74 (patch) | |
| tree | 48fb850928283297fcc09dfc095c13fd79ed87d2 /verifynotification.cpp | |
| parent | fix sign and verify bug with utf8 (diff) | |
| download | gpg4usb-cd2246faca0a680332ebfbb1a534030fbb183c74.tar.gz gpg4usb-cd2246faca0a680332ebfbb1a534030fbb183c74.zip | |
remove obsolete todo notes
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.1@640 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'verifynotification.cpp')
| -rw-r--r-- | verifynotification.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verifynotification.cpp b/verifynotification.cpp index 2ba4d77..b65475d 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().toUtf8(); // TODO: toUtf8() here? + QByteArray text = mTextpage->toPlainText().toUtf8(); mCtx->preventNoDataErr(&text); int textIsSigned = mCtx->textIsSigned(text); |
