mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-27 04:24:18 -04:00
Updates for Qt v5.14 compaibility
This commit is contained in:
@@ -102,6 +102,6 @@ void SignalMeter::setValue(float value, float valueMax)
|
||||
m_meter->setValue(int(value));
|
||||
m_meter->set_sigPeak(valueMax);
|
||||
QString t;
|
||||
t.sprintf("%d dB",int(value+0.5));
|
||||
t = t.asprintf("%d dB",int(value+0.5));
|
||||
m_reading->setText(t);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user