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
92af88b4
Commit
92af88b4
authored
Jun 26, 2014
by
Don Gagne
Browse files
Fix linux release build
parent
7e9c2bef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/QGCHilFlightGearConfiguration.cc
View file @
92af88b4
...
...
@@ -77,6 +77,7 @@ QGCHilFlightGearConfiguration::QGCHilFlightGearConfiguration(UAS* mav, QWidget *
Q_ASSERT
(
success
);
success
=
connect
(
_ui
.
optionsPlainTextEdit
,
SIGNAL
(
customContextMenuRequested
(
const
QPoint
&
)),
this
,
SLOT
(
_showContextMenu
(
const
QPoint
&
)));
Q_ASSERT
(
success
);
Q_UNUSED
(
success
);
// Silence release build unused variable warning
}
QGCHilFlightGearConfiguration
::~
QGCHilFlightGearConfiguration
()
...
...
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