X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fcoresessionwidget.cpp;h=fa6d17608478ef14b91e657d680724cb03dff1b2;hb=9f5f7f67cd4ccca7e6f922313aa0aa78246f7855;hp=33568789b78e12a12273d673a9ab2dd671b3aa85;hpb=a5944c840aaf022ba970de5babc965ca70a6227f;p=quassel.git diff --git a/src/qtui/coresessionwidget.cpp b/src/qtui/coresessionwidget.cpp index 33568789..fa6d1760 100644 --- a/src/qtui/coresessionwidget.cpp +++ b/src/qtui/coresessionwidget.cpp @@ -1,6 +1,27 @@ +/*************************************************************************** + * Copyright (C) 2005-2016 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. * + ***************************************************************************/ + +#include + +#include "client.h" #include "coresessionwidget.h" -#include -#include CoreSessionWidget::CoreSessionWidget(QWidget *parent) @@ -15,6 +36,8 @@ CoreSessionWidget::CoreSessionWidget(QWidget *parent) void CoreSessionWidget::setData(QMap map) { QLabel *iconSecure = ui.iconSecure; + // TODO: Implement "secure" icon + Q_UNUSED(iconSecure); ui.labelRemoteAddress->setText(map["remoteAddress"].toString()); ui.labelLocation->setText(map["location"].toString());