From 693c42cb587b795ee14fa7df9c889c7de545b299 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 14 Sep 2020 08:01:26 +0200 Subject: [PATCH] const'ify servername too --- src/widgets/vacationscriptindicatorwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/vacationscriptindicatorwidget.h b/src/widgets/vacationscriptindicatorwidget.h index 7608fe9ac..9f25d991e 100644 --- a/src/widgets/vacationscriptindicatorwidget.h +++ b/src/widgets/vacationscriptindicatorwidget.h @@ -25,7 +25,7 @@ protected: void mouseReleaseEvent(QMouseEvent *event) override; private: - QString mServerName; + const QString mServerName; }; class VacationLabel : public QLabel