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:
parent
dde64201e8
commit
528e29daf0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user