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