1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-09 09:25:07 -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
@@ -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