X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientaliasmanager.h;h=167599c9c65957d89a666754c409d4152f479ed9;hb=d46e1e86c9869996285ac3f88970cf0e9e23e128;hp=2f0eda432150bf9554d850b58a6c34cf296c43bc;hpb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;p=quassel.git diff --git a/src/client/clientaliasmanager.h b/src/client/clientaliasmanager.h index 2f0eda43..167599c9 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-2019 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; };