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