X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fdebuglogdlg.h;h=8a508db1f8e88747fefeac39c2316e25eed1fc03;hp=bff47025575bafb1d439db2397aaec6efc739c83;hb=HEAD;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f diff --git a/src/qtui/debuglogdlg.h b/src/qtui/debuglogdlg.h index bff47025..8a508db1 100644 --- a/src/qtui/debuglogdlg.h +++ b/src/qtui/debuglogdlg.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2022 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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;