From 2756303f08d48687cb8ebadb4400a9da4604c3b5 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 18 Sep 2018 13:50:58 -0400 Subject: [PATCH] Fix a stray-character typo. --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 2050874fa..6a81046a4 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4891,7 +4891,7 @@ void MainWindow::clearDX () m_qsoStop.clear (); genStdMsgs (QString {}); if (ui->tabWidget->currentIndex() == 1) { - ui->genMsg->setText(ui->tx6->tqext()); + ui->genMsg->setText(ui->tx6->text()); m_ntx=7; m_gen_message_is_cq = true; ui->rbGenMsg->setChecked(true);