mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-16 05:11:49 -05:00
Cosmetic changes
This commit is contained in:
parent
bdb0e50c5f
commit
d084d6ff5b
@ -48,7 +48,7 @@ void UDPSinkSettings::resetToDefaults()
|
||||
m_udpPort = 9998;
|
||||
m_audioPort = 9997;
|
||||
m_rgbColor = QColor(225, 25, 99).rgb();
|
||||
m_title = "UDP Sample Source";
|
||||
m_title = "UDP Sample Sink";
|
||||
}
|
||||
|
||||
QByteArray UDPSinkSettings::serialize() const
|
||||
|
@ -38,7 +38,7 @@ MESSAGE_CLASS_DEFINITION(DaemonSource::MsgConfigureDaemonSource, Message)
|
||||
MESSAGE_CLASS_DEFINITION(DaemonSource::MsgQueryStreamData, Message)
|
||||
MESSAGE_CLASS_DEFINITION(DaemonSource::MsgReportStreamData, Message)
|
||||
|
||||
const QString DaemonSource::m_channelIdURI = "sdrangel.channeltx.daemonsrc";
|
||||
const QString DaemonSource::m_channelIdURI = "sdrangel.channeltx.daemonsource";
|
||||
const QString DaemonSource::m_channelId ="DaemonSource";
|
||||
|
||||
DaemonSource::DaemonSource(DeviceSinkAPI *deviceAPI) :
|
||||
|
@ -49,7 +49,7 @@ void UDPSourceSettings::resetToDefaults()
|
||||
m_udpAddress = "127.0.0.1";
|
||||
m_udpPort = 9998;
|
||||
m_rgbColor = QColor(225, 25, 99).rgb();
|
||||
m_title = "UDP Sample Sink";
|
||||
m_title = "UDP Sample Source";
|
||||
}
|
||||
|
||||
QByteArray UDPSourceSettings::serialize() const
|
||||
|
Loading…
Reference in New Issue
Block a user