From 528e29daf0f84ba2fe4de55758fa461f8f827a67 Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 14 Aug 2017 21:27:39 +0200 Subject: [PATCH] UDPSink plugin: change windpw title when changed in the channel marker --- plugins/channeltx/udpsink/udpsinkgui.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/channeltx/udpsink/udpsinkgui.cpp b/plugins/channeltx/udpsink/udpsinkgui.cpp index 3ae5283d8..a34dbaee6 100644 --- a/plugins/channeltx/udpsink/udpsinkgui.cpp +++ b/plugins/channeltx/udpsink/udpsinkgui.cpp @@ -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);