mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 06:25:37 +08:00
Ref T730, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
6071e77b7f
commit
2fed1e7e99
@@ -34,12 +34,12 @@ namespace BlackCore
|
||||
|
||||
quint32 CSampleAtcStation::frequency() const
|
||||
{
|
||||
return m_transceiver.frequency;
|
||||
return m_transceiver.frequencyHz;
|
||||
}
|
||||
|
||||
QString CSampleAtcStation::formattedFrequency() const
|
||||
{
|
||||
return QString::number(m_transceiver.frequency / 1000000.0, 'f', 3);
|
||||
return QString::number(m_transceiver.frequencyHz / 1000000.0, 'f', 3);
|
||||
}
|
||||
|
||||
double CSampleAtcStation::radioDistanceM() const
|
||||
|
||||
Reference in New Issue
Block a user