Finally remembered to remove annoying commented-out code.

monitor
Elliott Liggett 2022-08-18 20:56:24 -07:00
rodzic 088d34af8b
commit ab65f8e38d
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -3583,7 +3583,6 @@ void wfmain::receiveSpectrumData(QByteArray spectrum, double startFreq, double e
if((plotFloor != oldPlotFloor) || (plotCeiling != oldPlotCeiling))
updateRange = true;
//ui->qcp->addGraph();
#if QCUSTOMPLOT_VERSION >= 0x020000
plot->graph(0)->setData(x,y, true);