Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
d2964086
Commit
d2964086
authored
Jul 25, 2017
by
Gus Grubba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing old garbage
parent
51112deb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
QGCCameraControl.cc
src/Camera/QGCCameraControl.cc
+0
-1
QGCCameraIO.h
src/Camera/QGCCameraIO.h
+0
-1
No files found.
src/Camera/QGCCameraControl.cc
View file @
d2964086
...
...
@@ -594,7 +594,6 @@ QGCCameraControl::_loadSettings(const QDomNodeList nodeList)
QGCCameraParamIO
*
pIO
=
new
QGCCameraParamIO
(
this
,
pFact
,
_vehicle
);
_paramIO
[
factName
]
=
pIO
;
_addFact
(
pFact
,
factName
);
pFact
->
setSendValueChangedSignals
(
false
);
}
}
if
(
_nameToFactMetaDataMap
.
size
()
>
0
)
{
...
...
src/Camera/QGCCameraIO.h
View file @
d2964086
...
...
@@ -24,7 +24,6 @@ public:
void
handleParamAck
(
const
mavlink_param_ext_ack_t
&
ack
);
void
handleParamValue
(
const
mavlink_param_ext_value_t
&
value
);
void
setParamRequest
();
void
sendChange
();
bool
paramDone
()
{
return
_done
;
}
private
slots
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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