Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
3dece82d
Commit
3dece82d
authored
Aug 24, 2013
by
Lorenz Meier
Browse files
Adding signals for auto-link handling
parent
6a210743
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/QGCPX4VehicleConfig.cc
View file @
3dece82d
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
//#include "QGCPendingParamWidget.h"
//#include "QGCPendingParamWidget.h"
#include
"QGCToolWidget.h"
#include
"QGCToolWidget.h"
#include
"UASManager.h"
#include
"UASManager.h"
#include
"LinkManager.h"
#include
"UASParameterCommsMgr.h"
#include
"UASParameterCommsMgr.h"
#include
"ui_QGCPX4VehicleConfig.h"
#include
"ui_QGCPX4VehicleConfig.h"
#include
"px4_configuration/QGCPX4AirframeConfig.h"
#include
"px4_configuration/QGCPX4AirframeConfig.h"
...
@@ -89,6 +90,9 @@ QGCPX4VehicleConfig::QGCPX4VehicleConfig(QWidget *parent) :
...
@@ -89,6 +90,9 @@ QGCPX4VehicleConfig::QGCPX4VehicleConfig(QWidget *parent) :
#ifdef QUPGRADE_SUPPORT
#ifdef QUPGRADE_SUPPORT
firmwareDialog
=
new
DialogBare
(
this
);
firmwareDialog
=
new
DialogBare
(
this
);
ui
->
firmwareLayout
->
addWidget
(
firmwareDialog
);
ui
->
firmwareLayout
->
addWidget
(
firmwareDialog
);
connect
(
firmwareDialog
,
SIGNAL
(
connectLinks
()),
LinkManager
::
instance
(),
SLOT
(
connectAll
()));
connect
(
firmwareDialog
,
SIGNAL
(
disconnectLinks
()),
LinkManager
::
instance
(),
SLOT
(
disconnectAll
()));
#else
#else
#error Please check out QUpgrade from http://github.com/LorenzMeier/qupgrade/ into the QGroundControl folder.
#error Please check out QUpgrade from http://github.com/LorenzMeier/qupgrade/ into the QGroundControl folder.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment