From 96b5177c844c8b0a19e1025df747fe67eef61327 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 <0xFEEDC0DE64@gmail.com> Date: Thu, 15 Mar 2018 23:54:44 +0100 Subject: [PATCH] Code cleanup --- plugins/lunchmealplugin/lunchmealwidget.h | 1 + plugins/weatherplugin/weathersettingswidget.h | 1 + zeiterfassungguilib/settingswidget.h | 1 + 3 files changed, 3 insertions(+) diff --git a/plugins/lunchmealplugin/lunchmealwidget.h b/plugins/lunchmealplugin/lunchmealwidget.h index fb7e3c7..a3a9f77 100644 --- a/plugins/lunchmealplugin/lunchmealwidget.h +++ b/plugins/lunchmealplugin/lunchmealwidget.h @@ -10,6 +10,7 @@ class StripsWidget; class LunchMealWidget : public QToolButton { Q_OBJECT + public: explicit LunchMealWidget(StripsWidget &stripsWidget); diff --git a/plugins/weatherplugin/weathersettingswidget.h b/plugins/weatherplugin/weathersettingswidget.h index d962a33..e291159 100644 --- a/plugins/weatherplugin/weathersettingswidget.h +++ b/plugins/weatherplugin/weathersettingswidget.h @@ -14,6 +14,7 @@ class ZeiterfassungSettings; class WeatherSettingsWidget : public SettingsWidget { Q_OBJECT + public: explicit WeatherSettingsWidget(ZeiterfassungSettings &settings, QWidget *parent = Q_NULLPTR); diff --git a/zeiterfassungguilib/settingswidget.h b/zeiterfassungguilib/settingswidget.h index 56fee50..ed671be 100644 --- a/zeiterfassungguilib/settingswidget.h +++ b/zeiterfassungguilib/settingswidget.h @@ -9,6 +9,7 @@ class ZEITERFASSUNGGUILIBSHARED_EXPORT SettingsWidget : public QWidget { Q_OBJECT + public: explicit SettingsWidget(QWidget *parent = Q_NULLPTR);