X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fdebugconsole.h;h=a2904e8070423cbcbcad9f075fca46302cad4e87;hp=c205092248e33e7c939b9d8a64900976bb20118d;hb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;hpb=4a5065255e652dd0c301bac0db41b7afb777ef49 diff --git a/src/qtui/debugconsole.h b/src/qtui/debugconsole.h index c2050922..a2904e80 100644 --- a/src/qtui/debugconsole.h +++ b/src/qtui/debugconsole.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -28,8 +28,8 @@ class DebugConsole : public QDialog Q_OBJECT public: - DebugConsole(QWidget *parent = 0); - virtual ~DebugConsole(); + DebugConsole(QWidget *parent = nullptr); + ~DebugConsole() override; public slots: void scriptResult(QString result);