X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fdebuglogdlg.h;h=b0dc61231f056cf9b1841202a9fd40bfe4f09ccd;hp=faf0584bb1ed832e8f33e9ae93f637b881941bff;hb=1f21c1f9613031ae263eeed0c4883bfcd5488343;hpb=d438145b28f34b7fdbc7e290aa001e5f3f922207 diff --git a/src/qtui/debuglogdlg.h b/src/qtui/debuglogdlg.h index faf0584b..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 = 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;