Commit e7b87f33 authored by dogmaphobic's avatar dogmaphobic

Fixing unused variable in Release builds.

parent e5c843ca
...@@ -326,7 +326,9 @@ void LinkManager::saveLinkConfigurationList() ...@@ -326,7 +326,9 @@ void LinkManager::saveLinkConfigurationList()
void LinkManager::loadLinkConfigurationList() void LinkManager::loadLinkConfigurationList()
{ {
bool linksChanged = false; bool linksChanged = false;
#ifdef QT_DEBUG
bool mockPresent = false; bool mockPresent = false;
#endif
QSettings settings; QSettings settings;
// Is the group even there? // Is the group even there?
if(settings.contains(LinkConfiguration::settingsRoot() + "/count")) { if(settings.contains(LinkConfiguration::settingsRoot() + "/count")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment