1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-23 08:28:36 -05:00

UDPSink plugin: change windpw title when changed in the channel marker

This commit is contained in:
f4exb 2017-08-14 21:27:39 +02:00
parent dde64201e8
commit 528e29daf0

View File

@ -376,6 +376,12 @@ void UDPSinkGUI::applySettings()
}
}
void UDPSinkGUI::channelMarkerChanged()
{
this->setWindowTitle(m_channelMarker.getTitle());
applySettings();
}
void UDPSinkGUI::on_deltaFrequency_changed(qint64 value)
{
m_channelMarker.setCenterFrequency(value);