Clean up the IPC between WSJT-X and QMAP. Fix the "QSOs:" listing in ActiveStations window.

This commit is contained in:
Joe Taylor
2023-01-26 10:55:10 -05:00
parent 46fdc79881
commit 29360db01a
4 changed files with 29 additions and 26 deletions
+1
View File
@@ -131,6 +131,7 @@ void ActiveStations::setRate(int n)
void ActiveStations::setScore(int n)
{
qDebug() << "FF" << n;
ui->score->setText(QLocale(QLocale::English).toString(n));
}