Browse Source

Fixing unused variable in Release builds.

QGC4.4
dogmaphobic 10 years ago
parent
commit
e7b87f3360
  1. 2
      src/comm/LinkManager.cc

2
src/comm/LinkManager.cc

@ -326,7 +326,9 @@ void LinkManager::saveLinkConfigurationList() @@ -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")) {

Loading…
Cancel
Save