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
f517889f
Commit
f517889f
authored
Dec 28, 2015
by
Don Gagne
Browse files
Merge pull request #2485 from DonLakeFlyer/PowerComponent
Power component shutdown
parents
ed5015eb
a52f38e7
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/PX4/PowerComponentController.cc
View file @
f517889f
...
...
@@ -36,11 +36,6 @@ PowerComponentController::PowerComponentController(void)
}
PowerComponentController
::~
PowerComponentController
()
{
_stopCalibration
();
}
void
PowerComponentController
::
calibrateEsc
(
void
)
{
_warningMessages
.
clear
();
...
...
src/AutoPilotPlugins/PX4/PowerComponentController.h
View file @
f517889f
...
...
@@ -40,7 +40,6 @@ class PowerComponentController : public FactPanelController
public:
PowerComponentController
(
void
);
~
PowerComponentController
();
Q_INVOKABLE
void
calibrateEsc
(
void
);
Q_INVOKABLE
void
busConfigureActuators
(
void
);
...
...
src/ui/SettingsDialog.cc
View file @
f517889f
...
...
@@ -60,6 +60,8 @@ SettingsDialog::SettingsDialog(QWidget *parent, Qt::WindowFlags flags)
this
->
window
()
->
setWindowTitle
(
tr
(
"QGroundControl Settings"
));
_ui
->
tabWidget
->
setCurrentWidget
(
pMavsettings
);
connect
(
_ui
->
buttonBox
,
&
QDialogButtonBox
::
accepted
,
this
,
&
SettingsDialog
::
accept
);
}
SettingsDialog
::~
SettingsDialog
()
...
...
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