Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 24, 2023
1 parent 64e001e commit 539d718
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/settings/qgssettings.cpp
Expand Up @@ -22,7 +22,6 @@

#include "qgssettings.h"
#include "qgsvariantutils.h"
#include "qgslogger.h"

Q_GLOBAL_STATIC( QString, sGlobalSettingsPath )

Expand Down Expand Up @@ -179,7 +178,9 @@ QStringList QgsSettings::childGroups( Qgis::SettingsOrigin origin ) const
return mGlobalSettings ? mGlobalSettings->childGroups() : QStringList();
}

BUILTIN_UNREACHABLE
}

QStringList QgsSettings::globalChildGroups() const
{
return childGroups( Qgis::SettingsOrigin::Global );
Expand Down

0 comments on commit 539d718

Please sign in to comment.