mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Allow mainwindow to send Fortran debugging output to the shell.
This commit is contained in:
parent
d010929fab
commit
54882b57b9
@ -1417,6 +1417,11 @@ void MainWindow::readFromStdout() //readFromStdout
|
||||
m_bandmapText += q;
|
||||
}
|
||||
}
|
||||
if(t.indexOf("#") >= 0) {
|
||||
int n=t.size();
|
||||
qDebug() << t.mid(1,n-3).trimmed();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user