From 6f8802dabb09f1287e25e6d0543fc41a1d382788 Mon Sep 17 00:00:00 2001 From: John Tapsell Date: Tue, 8 Oct 2013 23:26:50 +0100 Subject: [PATCH] CommConfigurationWindow - changing the link type should update the window --- src/ui/CommConfigurationWindow.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ui/CommConfigurationWindow.cc b/src/ui/CommConfigurationWindow.cc index ffb163bb9..81bb4b648 100644 --- a/src/ui/CommConfigurationWindow.cc +++ b/src/ui/CommConfigurationWindow.cc @@ -183,9 +183,7 @@ CommConfigurationWindow::CommConfigurationWindow(LinkInterface* link, ProtocolIn qDebug() << "Link is NOT a known link, can't open configuration window"; } -#ifdef XBEELINK connect(ui.linkType,SIGNAL(currentIndexChanged(int)),this,SLOT(setLinkType(int))); -#endif // XBEELINK // Open details pane for MAVLink if necessary MAVLinkProtocol* mavlink = dynamic_cast(protocol); -- 2.22.0