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
a0dcfad4
Commit
a0dcfad4
authored
Oct 31, 2017
by
DonLakeFlyer
Browse files
Mark unused arguments
parent
b2c47f0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/CameraSpec.cc
View file @
a0dcfad4
...
...
@@ -143,6 +143,7 @@ void CameraSpec::setDirty(bool dirty)
void
CameraSpec
::
save
(
QJsonObject
&
json
)
const
{
Q_UNUSED
(
json
);
#if 0
QJsonObject saveObject;
...
...
@@ -192,6 +193,8 @@ void CameraSpec::save(QJsonObject& json) const
bool
CameraSpec
::
load
(
const
QJsonObject
&
complexObject
,
QString
&
errorString
)
{
Q_UNUSED
(
complexObject
);
Q_UNUSED
(
errorString
);
#if 0
QJsonObject v2Object = complexObject;
...
...
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