diff options
author | saturneric <[email protected]> | 2024-11-26 10:55:40 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-26 10:55:40 +0000 |
commit | 83be6ce63a832890592f8cec9e2102663f0e8a36 (patch) | |
tree | 040ddd5f9e180eaf8f5ae2d2eea902ede2c94074 /src/ui/widgets/PlainTextEditorPage.cpp | |
parent | feat: support verifying email through eml data (diff) | |
download | GpgFrontend-83be6ce63a832890592f8cec9e2102663f0e8a36.tar.gz GpgFrontend-83be6ce63a832890592f8cec9e2102663f0e8a36.zip |
feat: improve ui logic of email verification and make project structure better
Diffstat (limited to 'src/ui/widgets/PlainTextEditorPage.cpp')
-rw-r--r-- | src/ui/widgets/PlainTextEditorPage.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/widgets/PlainTextEditorPage.cpp b/src/ui/widgets/PlainTextEditorPage.cpp index b6066a30..c1c679a6 100644 --- a/src/ui/widgets/PlainTextEditorPage.cpp +++ b/src/ui/widgets/PlainTextEditorPage.cpp @@ -211,10 +211,6 @@ void PlainTextEditorPage::slot_insert_text(QByteArray bytes_data) { read_bytes_ += bytes_data.size(); - if (bytes_data.contains("VusEk")) { - LOG_D() << "WWWWWWW PPP: " << bytes_data; - } - // insert the text to the text page this->GetTextPage()->insertPlainText(bytes_data); this->ui_->characterLabel->setText( |