X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorealiasmanager.h;h=7f01aa6ebb29adc23c760b5593899fe9d1d2b079;hb=0674fae039bbc79bfe3f7e42b12ec9015b9b879b;hp=ceeee07deba8d4eea7f5fa255891b1282cd71b3f;hpb=3e63cb8a6e83765069a45101b86ae9e21dcc57ad;p=quassel.git diff --git a/src/core/corealiasmanager.h b/src/core/corealiasmanager.h index ceeee07d..7f01aa6e 100644 --- a/src/core/corealiasmanager.h +++ b/src/core/corealiasmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 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 * @@ -29,10 +29,10 @@ class CoreAliasManager : public AliasManager Q_OBJECT public: - explicit CoreAliasManager(CoreSession *parent); + explicit CoreAliasManager(CoreSession* parent); protected: - const Network *network(NetworkId) const; + const Network* network(NetworkId) const override; private slots: void save() const;