X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fdebuglogdlg.h;h=9e2c3b47c9131ace8a3f707c70683b562988122a;hb=4e51500401db3c85dbe5e92e5e5c15b6e3c87787;hp=faf0584bb1ed832e8f33e9ae93f637b881941bff;hpb=d438145b28f34b7fdbc7e290aa001e5f3f922207;p=quassel.git diff --git a/src/qtui/debuglogdlg.h b/src/qtui/debuglogdlg.h index faf0584b..9e2c3b47 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-2020 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 = 0); + 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;