X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreirclisthelper.h;h=8cb7c628e9a5e435993c38fe9a9a575ced044723;hp=637b367e0b676fa33998d07006e17e67ffc48012;hb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f diff --git a/src/core/coreirclisthelper.h b/src/core/coreirclisthelper.h index 637b367e..8cb7c628 100644 --- a/src/core/coreirclisthelper.h +++ b/src/core/coreirclisthelper.h @@ -41,12 +41,12 @@ public: inline bool requestInProgress(const NetworkId &netId) const { return _channelLists.contains(netId); } public slots: - virtual QVariantList requestChannelList(const NetworkId &netId, const QStringList &channelFilters); + QVariantList requestChannelList(const NetworkId &netId, const QStringList &channelFilters) override; bool addChannel(const NetworkId &netId, const QString &channelName, quint32 userCount, const QString &topic); bool endOfChannelList(const NetworkId &netId); protected: - void timerEvent(QTimerEvent *event); + void timerEvent(QTimerEvent *event) override; private: bool dispatchQuery(const NetworkId &netId, const QString &query);