X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientirclisthelper.h;h=47d18d792e722b3dd048160e5dd5e0447e5a2786;hp=28ea10e7c926f0824ce7ba47fa996415c4e64272;hb=3e63cb8a6e83765069a45101b86ae9e21dcc57ad;hpb=e50ae7a06fc4e5d3a911c361d30953410deab609 diff --git a/src/client/clientirclisthelper.h b/src/client/clientirclisthelper.h index 28ea10e7..47d18d79 100644 --- a/src/client/clientirclisthelper.h +++ b/src/client/clientirclisthelper.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,21 +18,17 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef CLIENTIRCLISTHELPER_H -#define CLIENTIRCLISTHELPER_H +#pragma once #include "irclisthelper.h" class ClientIrcListHelper : public IrcListHelper { - SYNCABLE_OBJECT - Q_OBJECT + Q_OBJECT public: inline ClientIrcListHelper(QObject *object = 0) : IrcListHelper(object) {}; - inline virtual const QMetaObject *syncMetaObject() const { return &IrcListHelper::staticMetaObject; } - public slots: virtual QVariantList requestChannelList(const NetworkId &netId, const QStringList &channelFilters); virtual void receiveChannelList(const NetworkId &netId, const QStringList &channelFilters, const QVariantList &channels); @@ -47,6 +43,3 @@ signals: private: NetworkId _netId; }; - - -#endif //CLIENTIRCLISTHELPER_H