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
b38cec24
Commit
b38cec24
authored
May 18, 2014
by
Lorenz Meier
Browse files
Toolbar: Removed debug output
parent
a8a3316c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/QGCToolBar.cc
View file @
b38cec24
...
@@ -202,7 +202,6 @@ void QGCToolBar::createUI()
...
@@ -202,7 +202,6 @@ void QGCToolBar::createUI()
// Configure the toolbar for the current default UAS
// Configure the toolbar for the current default UAS
setActiveUAS
(
UASManager
::
instance
()
->
getActiveUAS
());
setActiveUAS
(
UASManager
::
instance
()
->
getActiveUAS
());
connect
(
UASManager
::
instance
(),
SIGNAL
(
activeUASSet
(
UASInterface
*
)),
this
,
SLOT
(
setActiveUAS
(
UASInterface
*
)));
connect
(
UASManager
::
instance
(),
SIGNAL
(
activeUASSet
(
UASInterface
*
)),
this
,
SLOT
(
setActiveUAS
(
UASInterface
*
)));
qDebug
()
<<
"LINK COUNT"
<<
LinkManager
::
instance
()
->
getLinks
().
count
();
// Update label if required
// Update label if required
if
(
LinkManager
::
instance
()
->
getSerialLinks
().
count
()
<
1
)
{
if
(
LinkManager
::
instance
()
->
getSerialLinks
().
count
()
<
1
)
{
connectButton
->
setText
(
tr
(
"New Serial Link"
));
connectButton
->
setText
(
tr
(
"New Serial Link"
));
...
...
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