X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientaliasmanager.cpp;h=95af53bd03f201760e48232af7dd52c56e27faff;hb=145a52eb79fed146731f85c23b60f0609e40e785;hp=e8fc36124a6f50d124af1d8630eaddfc34200608;hpb=7a44d67d565fe4f627e64b158a91a5978591c743;p=quassel.git diff --git a/src/client/clientaliasmanager.cpp b/src/client/clientaliasmanager.cpp index e8fc3612..95af53bd 100644 --- a/src/client/clientaliasmanager.cpp +++ b/src/client/clientaliasmanager.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-09 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,19 +15,18 @@ * 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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include "clientaliasmanager.h" #include "client.h" -ClientAliasManager::ClientAliasManager(QObject *parent) - : AliasManager(parent) -{ - -} +ClientAliasManager::ClientAliasManager(QObject* parent) + : AliasManager(parent) +{} -const Network *ClientAliasManager::network(NetworkId id) const { - return Client::network(id); +const Network* ClientAliasManager::network(NetworkId id) const +{ + return Client::network(id); }