X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fcoresessionwidget.h;h=07eae95c79f754bb024e330bdff7aa87783e95bb;hb=8f2ee00f4edef1693628d3af0bdee84d725eb754;hp=f428875f410ddad8e1842713cb9fec7ba9d0618c;hpb=a5944c840aaf022ba970de5babc965ca70a6227f;p=quassel.git diff --git a/src/qtui/coresessionwidget.h b/src/qtui/coresessionwidget.h index f428875f..07eae95c 100644 --- a/src/qtui/coresessionwidget.h +++ b/src/qtui/coresessionwidget.h @@ -1,13 +1,28 @@ -// -// Created by kuschku on 27.08.17. -// - -#ifndef CORESESSIONWIDGET_H -#define CORESESSIONWIDGET_H - -#include -#include -#include +/*************************************************************************** + * Copyright (C) 2005-2018 by the Quassel Project * + * devel@quassel-irc.org * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) version 3. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + ***************************************************************************/ +#pragma once + +#include +#include + +#include "ui_coresessionwidget.h" class CoreSessionWidget: public QWidget { @@ -22,11 +37,9 @@ signals: void disconnectClicked(int); private slots: - void disconnectClicked(); + void onDisconnectClicked(); private: Ui::CoreSessionWidget ui; int _peerId; }; - -#endif //CORESESSIONWIDGET_H