From 3b0e2edb755616efb6fe71bd396e490076dcc470 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 2 Jan 2023 13:48:08 -0500 Subject: [PATCH] Blank line between minutes for Q65W decodes. --- q65w/mainwindow.cpp | 5 +++++ q65w/mainwindow.h | 1 + 2 files changed, 6 insertions(+) diff --git a/q65w/mainwindow.cpp b/q65w/mainwindow.cpp index 30e800dea..2d1561f4a 100644 --- a/q65w/mainwindow.cpp +++ b/q65w/mainwindow.cpp @@ -982,6 +982,11 @@ void MainWindow::guiUpdate() if(decodes_.ndecodes > m_fetched) { while(m_fetcheddecodedTextBrowser->append(t1.repeated(46)); + } + m_UTC0=t.left(4); ui->decodedTextBrowser->append(t.trimmed()); m_fetched++; } diff --git a/q65w/mainwindow.h b/q65w/mainwindow.h index adce783d6..d5e79393f 100644 --- a/q65w/mainwindow.h +++ b/q65w/mainwindow.h @@ -182,6 +182,7 @@ private: QString m_palette; QString m_dateTime; QString m_mode; + QString m_UTC0=""; QHash m_worked;