modernize: Reformat ALL the source... again!
[quassel.git] / src / qtui / debugconsole.h
index 0033b41..3ab419e 100644 (file)
@@ -28,7 +28,7 @@ class DebugConsole : public QDialog
     Q_OBJECT
 
 public:
     Q_OBJECT
 
 public:
-    DebugConsole(QWidget *parent = nullptr);
+    DebugConsole(QWidgetparent = nullptr);
 
 public slots:
     void scriptResult(QString result);
 
 public slots:
     void scriptResult(QString result);
@@ -43,5 +43,4 @@ private:
     Ui::DebugConsole ui;
 };
 
     Ui::DebugConsole ui;
 };
 
-
 #endif
 #endif