modernize: Reformat ALL the source... again!
[quassel.git] / src / qtui / aboutdlg.h
index 9a4eedd..bd9311a 100644 (file)
@@ -32,7 +32,7 @@ class AboutDlg : public QDialog
     Q_OBJECT
 
 public:
-    AboutDlg(QWidget *parent = nullptr);
+    AboutDlg(QWidgetparent = nullptr);
 
 private:
     Ui::AboutDlg ui;
@@ -42,8 +42,7 @@ private:
     QString contributors() const;
     QString thanksTo() const;
 
-    AboutData *_aboutData;
+    AboutData_aboutData;
 };
 
-
 #endif