From 5a45a46450856a8f57c8783730efabce0feb965e Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 26 Mar 2023 21:08:42 +0200 Subject: [PATCH] Make `addPlasmoidSpecificNote()` static --- plasmoid/lib/settingsdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/lib/settingsdialog.cpp b/plasmoid/lib/settingsdialog.cpp index 405b130..da9c0a0 100644 --- a/plasmoid/lib/settingsdialog.cpp +++ b/plasmoid/lib/settingsdialog.cpp @@ -23,7 +23,7 @@ using namespace QtUtilities; namespace Plasmoid { -void addPlasmoidSpecificNote(QLayout *layout, QWidget *parent) +static void addPlasmoidSpecificNote(QLayout *layout, QWidget *parent) { auto *const infoLabel = new QLabel( QCoreApplication::translate("Plasmoid::Settings", "The settings on this page are specific to the current instance of the Plasmoid."), parent);