From 8637f27dff1ba11a1ae618800a3d42863974be44 Mon Sep 17 00:00:00 2001 From: Méven Car Date: Sat, 3 May 2025 10:40:45 +0200 Subject: Prevent a compile warning NO_CHANGELOG --- src/dolphinnavigatorswidgetaction.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/dolphinnavigatorswidgetaction.cpp b/src/dolphinnavigatorswidgetaction.cpp index 438cd6439..ef99d1cb7 100644 --- a/src/dolphinnavigatorswidgetaction.cpp +++ b/src/dolphinnavigatorswidgetaction.cpp @@ -161,6 +161,8 @@ void DolphinNavigatorsWidgetAction::setBackgroundEnabled(bool enabled) if (secondaryUrlNavigator()) { secondaryUrlNavigator()->setBackgroundEnabled(enabled); } +#else + Q_UNUSED(enabled); #endif } -- cgit v1.3