X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fdebugconsole.h;h=c973f3251a6ce36ba0fe95647c5892d9f24a00ee;hb=4a5f59de4b332d16ff8942051e29d9354b5bbac3;hp=0033b416c72ea76cd3c2d402f4ccd63ea4de4886;hpb=c194ed5fb3d15e14b9364f9796d3521910dc72fe;p=quassel.git diff --git a/src/qtui/debugconsole.h b/src/qtui/debugconsole.h index 0033b416..c973f325 100644 --- a/src/qtui/debugconsole.h +++ b/src/qtui/debugconsole.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 * @@ -28,7 +28,7 @@ class DebugConsole : public QDialog Q_OBJECT public: - DebugConsole(QWidget *parent = nullptr); + DebugConsole(QWidget* parent = nullptr); public slots: void scriptResult(QString result); @@ -43,5 +43,4 @@ private: Ui::DebugConsole ui; }; - #endif