Make `addPlasmoidSpecificNote()` static

This commit is contained in:
Martchus 2023-03-26 21:08:42 +02:00
parent 8ce14623fc
commit 5a45a46450
1 changed files with 1 additions and 1 deletions

View File

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