mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Style, minor adjustments
This commit is contained in:
@@ -169,7 +169,7 @@ namespace BlackCore
|
||||
}
|
||||
}
|
||||
|
||||
QString CSoundcardSampleProvider::getReceivingCallsigns(quint16 transceiverID)
|
||||
QString CSoundcardSampleProvider::getReceivingCallsigns(quint16 transceiverID) const
|
||||
{
|
||||
return m_receiverInputs.at(transceiverID)->getReceivingCallsignsString();
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ namespace BlackCore
|
||||
void updateRadioTransceivers(const QVector<TransceiverDto> &radioTransceivers);
|
||||
|
||||
//! Receiving callsign as single string
|
||||
QString getReceivingCallsigns(quint16 transceiverID);
|
||||
QString getReceivingCallsigns(quint16 transceiverID) const;
|
||||
|
||||
signals:
|
||||
//! Changed callsigns
|
||||
|
||||
Reference in New Issue
Block a user