X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fdebugconsole.h;h=0033b416c72ea76cd3c2d402f4ccd63ea4de4886;hp=106db0bbeb69717e85f34a920d13e06b3a8ebfce;hb=c194ed5fb3d15e14b9364f9796d3521910dc72fe;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222 diff --git a/src/qtui/debugconsole.h b/src/qtui/debugconsole.h index 106db0bb..0033b416 100644 --- a/src/qtui/debugconsole.h +++ b/src/qtui/debugconsole.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 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,7 @@ class DebugConsole : public QDialog Q_OBJECT public: - DebugConsole(QWidget *parent = 0); - virtual ~DebugConsole(); + DebugConsole(QWidget *parent = nullptr); public slots: void scriptResult(QString result);