modernize: Reformat ALL the source... again!
[quassel.git] / src / qtui / settingspages / notificationssettingspage.h
index 3b7fc44..744a10e 100644 (file)
@@ -34,7 +34,7 @@ class NotificationsSettingsPage : public SettingsPage
     Q_OBJECT
 
 public:
-    NotificationsSettingsPage(QWidget *parent = nullptr);
+    NotificationsSettingsPage(QWidgetparent = nullptr);
 
     bool hasDefaults() const override;
 
@@ -47,6 +47,6 @@ private slots:
     void widgetHasChanged();
 
 private:
-    QList<SettingsPage *> _configWidgets;
-    bool _hasDefaults;
+    QList<SettingsPage*> _configWidgets;
+    bool _hasDefaults{false};
 };