X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Firclistmodel.h;h=8c5223144dedf7b5e413f014c5bbc800439f965c;hb=7cf8b4e04ae10dd68d344444c49499d4f916394c;hp=9c25bd03961d7ca840552c260b832ca3083a4e81;hpb=76db8cdfbeffaaba359c8e80cf2146da9e9e7f8a;p=quassel.git diff --git a/src/client/irclistmodel.h b/src/client/irclistmodel.h index 9c25bd03..8c522314 100644 --- a/src/client/irclistmodel.h +++ b/src/client/irclistmodel.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 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