X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientaliasmanager.cpp;h=568fe75020c430448497a4359dfddaacc65c02a7;hp=da97f08e3d7d3157218e2bb6237e96f70a1ad250;hb=a8ab790b2218d6131f12b622b1373ba62958f3ef;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce diff --git a/src/client/clientaliasmanager.cpp b/src/client/clientaliasmanager.cpp index da97f08e..568fe750 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-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,21 +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" -INIT_SYNCABLE_OBJECT(ClientAliasManager) -ClientAliasManager::ClientAliasManager(QObject *parent) +ClientAliasManager::ClientAliasManager(QObject* parent) : AliasManager(parent) -{ -} - +{} -const Network *ClientAliasManager::network(NetworkId id) const +const Network* ClientAliasManager::network(NetworkId id) const { return Client::network(id); }