X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientaliasmanager.h;h=6895649442c119b6774e6cc9a94bd2bf274e5117;hp=2f0eda432150bf9554d850b58a6c34cf296c43bc;hb=HEAD;hpb=92fc8c5b119111a35ab8423c3cbde5b2a022badf diff --git a/src/client/clientaliasmanager.h b/src/client/clientaliasmanager.h index 2f0eda43..69f0ec03 100644 --- a/src/client/clientaliasmanager.h +++ b/src/client/clientaliasmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2022 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -29,8 +29,8 @@ class CLIENT_EXPORT ClientAliasManager : public AliasManager Q_OBJECT public: - explicit ClientAliasManager(QObject *parent = 0); + explicit ClientAliasManager(QObject* parent = nullptr); protected: - const Network *network(NetworkId) const; + const Network* network(NetworkId) const override; };