1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 23:43:43 -04:00

Cosmetic changes

This commit is contained in:
f4exb
2018-09-12 01:21:51 +02:00
parent bdb0e50c5f
commit d084d6ff5b
3 changed files with 3 additions and 3 deletions
@@ -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