X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientaliasmanager.cpp;h=1c516b666f6d1e564abc5cb6bcc0ae41fd44403e;hp=3b4a95398d42f13403805e94dbdbafd2f698d16b;hb=44212b2131e958c40ca26b9f49289590d8f83145;hpb=f6b9eeda207d42c99fc3e9085631722cf2ec83dc diff --git a/src/client/clientaliasmanager.cpp b/src/client/clientaliasmanager.cpp index 3b4a9539..1c516b66 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-2014 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); }