X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fdebuglogdlg.h;h=b0dc61231f056cf9b1841202a9fd40bfe4f09ccd;hb=8426fae7e92dfb7608f66be926c68c304b97cb01;hp=bff47025575bafb1d439db2397aaec6efc739c83;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;p=quassel.git diff --git a/src/qtui/debuglogdlg.h b/src/qtui/debuglogdlg.h index bff47025..b0dc6123 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-2019 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;