diff --git a/src/comm/LinkManager.cc b/src/comm/LinkManager.cc index 3307e14..4b6ee1f 100644 --- a/src/comm/LinkManager.cc +++ b/src/comm/LinkManager.cc @@ -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")) {