X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fdebugconsole.h;h=3ab419e37a5b6d1b90ffb9e4872e0caf2335ba3c;hb=b8db3c55a7f66a8d6ecabf9039aabceff9ae4837;hp=5729d7ef55bed279b26a12d75f9b6e09a070ed3d;hpb=921e54680da16fcf2adb7a90506875aceb6633a4;p=quassel.git diff --git a/src/qtui/debugconsole.h b/src/qtui/debugconsole.h index 5729d7ef..3ab419e3 100644 --- a/src/qtui/debugconsole.h +++ b/src/qtui/debugconsole.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 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); @@ -44,5 +43,4 @@ private: Ui::DebugConsole ui; }; - #endif