mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
RFM22B: Fixed removal of the OPLink configuration window when the OPLink is disconnected.
This commit is contained in:
parent
bd42083376
commit
ca31fe99ac
@ -149,7 +149,7 @@ ConfigGadgetWidget::ConfigGadgetWidget(QWidget *parent) : QWidget(parent)
|
||||
|
||||
// Create the timer that is used to timeout the connection to the OPLink.
|
||||
oplinkTimeout = new QTimer(this);
|
||||
connect(oplinkTimeout, SIGNAL(timeout()),this,SLOT(onOPLinktremeDisconnect()));
|
||||
connect(oplinkTimeout, SIGNAL(timeout()), this, SLOT(onOPLinkDisconnect()));
|
||||
oplinkConnected = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user