modernize: Reformat ALL the source... again!
[quassel.git] / src / qtui / debuglogdlg.h
index bff4702..15045e5 100644 (file)
@@ -32,13 +32,13 @@ class DebugLogDlg : public QDialog
     Q_OBJECT
 
 public:
-    DebugLogDlg(QWidget *parent = nullptr);
+    DebugLogDlg(QWidgetparent = nullptr);
 
 private slots:
-    void logUpdated(const Logger::LogEntry &msg);
+    void logUpdated(const Logger::LogEntrymsg);
 
 private:
-    QString toString(const Logger::LogEntry &msg);
+    QString toString(const Logger::LogEntrymsg);
 
 private:
     Ui::DebugLogDlg ui;