From 4e7d2829805f8b67e347c92dd9491754f5b9a510 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Sun, 6 Mar 2022 14:49:35 +0100 Subject: [PATCH 1/2] Code cleanup. Remove one more line to prevent a compilation error. --- widgets/mainwindow.h | 1 - 1 file changed, 1 deletion(-) diff --git a/widgets/mainwindow.h b/widgets/mainwindow.h index 59b23f49c..643d74625 100644 --- a/widgets/mainwindow.h +++ b/widgets/mainwindow.h @@ -281,7 +281,6 @@ private slots: void on_cbTx6_toggled(bool b); void on_cbMenus_toggled(bool b); void on_cbCQonly_toggled(bool b); - void on_respondComboBox_currentIndexChanged (int n); void on_cbAutoSeq_toggled(bool b); void networkError (QString const&); void on_ClrAvgButton_clicked(); From e081c15716f1cdd056ab1934064e02a7773d0463 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Sun, 6 Mar 2022 17:45:59 +0100 Subject: [PATCH 2/2] Fix a typo in the ToolTip text --- widgets/mainwindow.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.ui b/widgets/mainwindow.ui index 9c56e5839..f70f93a93 100644 --- a/widgets/mainwindow.ui +++ b/widgets/mainwindow.ui @@ -834,7 +834,7 @@ When not checked you can view the calibration results. - <html><head/><body><p>Select <span style=" font-weight:600;">CQ: First</span> to respond automatically to he first decoded reply to your CQ. </p><p>Select <span style=" font-weight:600;">CQ: Max Pts</span> to respond automatically to the reply yielding most points in the ARRL International Digital Contest.</p><p>Select <span style=" font-weight:600;">CQ: None</span> to choose callers manually.</p></body></html> + <html><head/><body><p>Select <span style=" font-weight:600;">CQ: First</span> to respond automatically to the first decoded reply to your CQ. </p><p>Select <span style=" font-weight:600;">CQ: Max Pts</span> to respond automatically to the reply yielding most points in the ARRL International Digital Contest.</p><p>Select <span style=" font-weight:600;">CQ: None</span> to choose callers manually.</p></body></html>