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
349c63d9
Commit
349c63d9
authored
Apr 27, 2019
by
Gus Grubba
Browse files
Remove debug output
parent
13d939d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AirspaceManagement/AirspaceFlightPlanProvider.h
View file @
349c63d9
...
...
@@ -197,7 +197,7 @@ public:
virtual
void
setFlightDuration
(
int
seconds
)
=
0
;
virtual
void
setFlightStartsNow
(
bool
now
)
=
0
;
virtual
void
startFlightPlanning
(
PlanMasterController
*
planController
)
=
0
;
virtual
void
setDirty
(
bool
dirt
)
{
if
(
_dirty
!=
dirt
)
{
_dirty
=
dirt
;
emit
dirtyChanged
();
qDebug
()
<<
"Dirty"
<<
_dirty
;
}}
virtual
void
setDirty
(
bool
dirt
)
{
if
(
_dirty
!=
dirt
)
{
_dirty
=
dirt
;
emit
dirtyChanged
();
}}
signals:
void
flightPermitStatusChanged
();
...
...
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