Webradio plugin settings #75

Merged
0xFEEDC0DE64 merged 8 commits from webradio-plugin-settings into master 2018-03-16 01:26:33 +01:00
15 changed files with 170 additions and 22 deletions
Showing only changes of commit 96b5177c84 - Show all commits

View File

@@ -10,6 +10,7 @@ class StripsWidget;
class LunchMealWidget : public QToolButton
{
Q_OBJECT
public:
explicit LunchMealWidget(StripsWidget &stripsWidget);

View File

@@ -14,6 +14,7 @@ class ZeiterfassungSettings;
class WeatherSettingsWidget : public SettingsWidget
{
Q_OBJECT
public:
explicit WeatherSettingsWidget(ZeiterfassungSettings &settings, QWidget *parent = Q_NULLPTR);

View File

@@ -9,6 +9,7 @@
class ZEITERFASSUNGGUILIBSHARED_EXPORT SettingsWidget : public QWidget
{
Q_OBJECT
public:
explicit SettingsWidget(QWidget *parent = Q_NULLPTR);