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
e7b87f33
Commit
e7b87f33
authored
Dec 01, 2015
by
dogmaphobic
Browse files
Fixing unused variable in Release builds.
parent
e5c843ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/LinkManager.cc
View file @
e7b87f33
...
...
@@ -326,7 +326,9 @@ void LinkManager::saveLinkConfigurationList()
void
LinkManager
::
loadLinkConfigurationList
()
{
bool
linksChanged
=
false
;
#ifdef QT_DEBUG
bool
mockPresent
=
false
;
#endif
QSettings
settings
;
// Is the group even there?
if
(
settings
.
contains
(
LinkConfiguration
::
settingsRoot
()
+
"/count"
))
{
...
...
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