X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fdebugconsole.h;h=0033b416c72ea76cd3c2d402f4ccd63ea4de4886;hb=fcacaaf16551524c7ebb6114254d005274cc3d63;hp=74e99f5e5361eb4be3d9f4119a0fac35b1c4cde1;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/qtui/debugconsole.h b/src/qtui/debugconsole.h index 74e99f5e..0033b416 100644 --- a/src/qtui/debugconsole.h +++ b/src/qtui/debugconsole.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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);