From c338884fc707e672de65315182d3670e78f9da64 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 11 Aug 2023 11:06:38 +0200 Subject: [PATCH] Use print-util in utils.h. --- mainwindow.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 5d53966..a3e4396 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -150,10 +150,7 @@ void MainWindow::onAppendText(QString text, QString suffix) { editText += text.leftJustified(m_width-9); } - QStringList const lines = editText.split('\n'); - for (int i=0; iupdateStatus->setPlainText(editText.trimmed()); ui->updateStatus->setEnabled(true);