modernize: Reformat ALL the source... again!
[quassel.git] / src / qtui / settingspages / topicwidgetsettingspage.h
index 464dc4b..a8ef3c0 100644 (file)
@@ -22,6 +22,7 @@
 #define TOPICWIDGETSETTINGSPAGE_H_
 
 #include "settingspage.h"
+
 #include "ui_topicwidgetsettingspage.h"
 
 class TopicWidgetSettingsPage : public SettingsPage
@@ -29,7 +30,7 @@ class TopicWidgetSettingsPage : public SettingsPage
     Q_OBJECT
 
 public:
-    TopicWidgetSettingsPage(QWidget *parent = nullptr);
+    TopicWidgetSettingsPage(QWidgetparent = nullptr);
 
     inline bool hasDefaults() const override { return true; }
 
@@ -39,5 +40,4 @@ private:
     inline QString settingsKey() const override { return QString("TopicWidget"); }
 };
 
-
 #endif