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
e2a03fe8
Commit
e2a03fe8
authored
Sep 20, 2017
by
Gus Grubba
Browse files
Debug info
parent
4d66ea3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Camera/QGCCameraIO.cc
View file @
e2a03fe8
...
...
@@ -83,7 +83,6 @@ QGCCameraParamIO::_factChanged(QVariant value)
if
(
!
_forceUIUpdate
)
{
Q_UNUSED
(
value
);
qCDebug
(
CameraIOLog
)
<<
"UI Fact"
<<
_fact
->
name
()
<<
"changed to"
<<
value
;
//-- TODO: Do we really want to update the UI now or only when we receive the ACK?
_control
->
factChanged
(
_fact
);
}
}
...
...
@@ -94,7 +93,7 @@ QGCCameraParamIO::_containerRawValueChanged(const QVariant value)
{
if
(
!
_fact
->
readOnly
())
{
Q_UNUSED
(
value
);
qCDebug
(
CameraIOLog
)
<<
"Update Fact"
<<
_fact
->
name
();
qCDebug
(
CameraIOLog
)
<<
"Update Fact
from camera
"
<<
_fact
->
name
();
_sentRetries
=
0
;
_sendParameter
();
}
...
...
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