mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-04 15:04:56 -04:00
Display original UTC on waterfall for data read from .wav files. Should replace "sprintf" in plotter.cpp lines 263 and 265.
This commit is contained in:
@@ -542,3 +542,8 @@ void WideGraph::setRedFile(QString fRed)
|
||||
{
|
||||
ui->widePlot->setRedFile(fRed);
|
||||
}
|
||||
|
||||
void WideGraph::setDiskUTC(int nutc)
|
||||
{
|
||||
ui->widePlot->setDiskUTC(nutc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user