X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientaliasmanager.cpp;h=29daabd912dd2891c092251b84d5d0332cf4faba;hp=e8fc36124a6f50d124af1d8630eaddfc34200608;hb=68ee619cbd98ba95c12efb12a7d32d5ca567b40e;hpb=7a44d67d565fe4f627e64b158a91a5978591c743 diff --git a/src/client/clientaliasmanager.cpp b/src/client/clientaliasmanager.cpp index e8fc3612..29daabd9 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-2013 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,19 +15,21 @@ * 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" +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); }