]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Prevent a compile warning
authorMéven Car <meven@kde.org>
Sat, 3 May 2025 08:40:45 +0000 (10:40 +0200)
committerMéven Car <meven@kde.org>
Sat, 3 May 2025 08:41:40 +0000 (10:41 +0200)
NO_CHANGELOG

src/dolphinnavigatorswidgetaction.cpp

index 438cd6439a8aa44f78fd613d697062d6ff0dca6a..ef99d1cb701321b726a4409bf863472fd7b65161 100644 (file)
@@ -161,6 +161,8 @@ void DolphinNavigatorsWidgetAction::setBackgroundEnabled(bool enabled)
     if (secondaryUrlNavigator()) {
         secondaryUrlNavigator()->setBackgroundEnabled(enabled);
     }
+#else
+    Q_UNUSED(enabled);
 #endif
 }