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
2263d5e6
Commit
2263d5e6
authored
Sep 26, 2015
by
Daniel Agar
Browse files
mocklink fix
parent
053386b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/MockLink.cc
View file @
2263d5e6
...
...
@@ -98,6 +98,7 @@ MockLink::MockLink(MockConfiguration* config) :
MockLink
::~
MockLink
(
void
)
{
qDebug
()
<<
"MockLink destructor"
;
_disconnect
();
}
...
...
@@ -121,7 +122,8 @@ bool MockLink::_disconnect(void)
{
if
(
_connected
)
{
_connected
=
false
;
exit
();
quit
();
wait
();
emit
disconnected
();
}
...
...
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