X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Firclistmodel.h;h=8c5223144dedf7b5e413f014c5bbc800439f965c;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hp=791b505fffb98f5a0cec8cbd8974929de495ff5b;hpb=695758015a80eb8c158a9ac4c0f1c0b547e70df3;p=quassel.git diff --git a/src/client/irclistmodel.h b/src/client/irclistmodel.h index 791b505f..8c522314 100644 --- a/src/client/irclistmodel.h +++ b/src/client/irclistmodel.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,14 +18,15 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef IRCLISTMODEL_H -#define IRCLISTMODEL_H +#pragma once + +#include "client-export.h" #include "irclisthelper.h" #include -class IrcListModel : public QAbstractItemModel +class CLIENT_EXPORT IrcListModel : public QAbstractItemModel { Q_OBJECT @@ -50,6 +51,3 @@ public slots: private: QList _channelList; }; - - -#endif //IRCLISTMODEL_H