Code cleanup. Remove one more line to prevent a compilation error.

This commit is contained in:
Uwe Risse 2022-03-06 14:49:35 +01:00
parent c952bee07e
commit 4e7d282980

View File

@ -281,7 +281,6 @@ private slots:
void on_cbTx6_toggled(bool b); void on_cbTx6_toggled(bool b);
void on_cbMenus_toggled(bool b); void on_cbMenus_toggled(bool b);
void on_cbCQonly_toggled(bool b); void on_cbCQonly_toggled(bool b);
void on_respondComboBox_currentIndexChanged (int n);
void on_cbAutoSeq_toggled(bool b); void on_cbAutoSeq_toggled(bool b);
void networkError (QString const&); void networkError (QString const&);
void on_ClrAvgButton_clicked(); void on_ClrAvgButton_clicked();