mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
fixed compile errors caused by inconsistencies between merged branches
This commit is contained in:
@@ -300,10 +300,7 @@ namespace BlackCore
|
||||
{
|
||||
try
|
||||
{
|
||||
CFrequency freqCopy = freq;
|
||||
freqCopy.switchUnit(CFrequencyUnit::MHz());
|
||||
|
||||
m_net->ReplyToInfoQuery(Cvatlib_Network::infoQuery_Freq, toFSD(callsign), toFSD(freqCopy.unitValueToQStringRounded(6)));
|
||||
m_net->ReplyToInfoQuery(Cvatlib_Network::infoQuery_Freq, toFSD(callsign), toFSD(QString::number(freq.value(CFrequencyUnit::MHz()), 'f', 3)));
|
||||
}
|
||||
catch (...) { exceptionDispatcher(Q_FUNC_INFO); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user