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);