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:
Joe Taylor
2021-03-16 16:55:28 -04:00
parent 61ba34a0b4
commit 75fbe1cb13
5 changed files with 32 additions and 6 deletions
+5
View File
@@ -542,3 +542,8 @@ void WideGraph::setRedFile(QString fRed)
{
ui->widePlot->setRedFile(fRed);
}
void WideGraph::setDiskUTC(int nutc)
{
ui->widePlot->setDiskUTC(nutc);
}