mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-04 06:54:47 -04:00
Change m_TRperiod from qint32 to double. Functional, but needs more testing!
This commit is contained in:
@@ -86,9 +86,9 @@ void FastGraph::on_greenZeroSlider_valueChanged(int value)
|
||||
ui->fastPlot->draw();
|
||||
}
|
||||
|
||||
void FastGraph::setTRPeriod(int n)
|
||||
void FastGraph::setTRPeriod(double p)
|
||||
{
|
||||
m_TRperiod=n;
|
||||
m_TRperiod=p;
|
||||
ui->fastPlot->setTRperiod(m_TRperiod);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user