X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fdebuglogdlg.h;h=15045e5d458af9ea8d0c6174c8302aec330fe25d;hp=bff47025575bafb1d439db2397aaec6efc739c83;hb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;hpb=30b159cb876a9495de42e9a3e70ca050516f0805 diff --git a/src/qtui/debuglogdlg.h b/src/qtui/debuglogdlg.h index bff47025..15045e5d 100644 --- a/src/qtui/debuglogdlg.h +++ b/src/qtui/debuglogdlg.h @@ -32,13 +32,13 @@ class DebugLogDlg : public QDialog Q_OBJECT public: - DebugLogDlg(QWidget *parent = nullptr); + DebugLogDlg(QWidget* parent = nullptr); private slots: - void logUpdated(const Logger::LogEntry &msg); + void logUpdated(const Logger::LogEntry& msg); private: - QString toString(const Logger::LogEntry &msg); + QString toString(const Logger::LogEntry& msg); private: Ui::DebugLogDlg ui;