mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 21:19:02 -04:00
List ndecodes/ncand in QMAP status lab4.
This commit is contained in:
parent
d5a8ce97e3
commit
2e715fa47d
@ -743,7 +743,7 @@ void MainWindow::decoderFinished() //diskWriteFinished
|
||||
memcpy((char*)ipc_wsjtx, &decodes_, sizeof(decodes_)); //Send decodes and flags to WSJT-X
|
||||
mem_qmap.unlock();
|
||||
QString t1;
|
||||
t1=t1.asprintf(" %d ",decodes_.ndecodes);
|
||||
t1=t1.asprintf(" %d/%d ",decodes_.ndecodes, decodes_.ncand);
|
||||
lab4->setText(t1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user