X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorealiasmanager.h;h=941bd5753e079ce3d46069610dcd4d0f23f0402d;hp=68a0b9684c54818b291912760d24fe8622740777;hb=cc6e7c08709c4e761e2fd9c2e322751015497003;hpb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24 diff --git a/src/core/corealiasmanager.h b/src/core/corealiasmanager.h index 68a0b968..941bd575 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-2019 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 override; + const Network* network(NetworkId) const override; private slots: void save() const;