X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientaliasmanager.cpp;h=729410d1c2445ab7ce624de2f2b0e1c9f05c8238;hp=3b4a95398d42f13403805e94dbdbafd2f698d16b;hb=1a45f16a9734820fba42fe1db3f38dd1eee49df6;hpb=f6b9eeda207d42c99fc3e9085631722cf2ec83dc diff --git a/src/client/clientaliasmanager.cpp b/src/client/clientaliasmanager.cpp index 3b4a9539..729410d1 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-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,7 +15,7 @@ * 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" @@ -24,11 +24,12 @@ INIT_SYNCABLE_OBJECT(ClientAliasManager) ClientAliasManager::ClientAliasManager(QObject *parent) - : AliasManager(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); }