X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient%2Fbuffermodel.h;h=a8fada2f6cec9f6011bab24ad9aa8d1ea66b664b;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hp=55febaee1239eab650f73fd3ad1d3df4935cf229;hpb=695758015a80eb8c158a9ac4c0f1c0b547e70df3;p=quassel.git diff --git a/src/client/buffermodel.h b/src/client/buffermodel.h index 55febaee..a8fada2f 100644 --- a/src/client/buffermodel.h +++ b/src/client/buffermodel.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,8 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef BUFFERMODEL_H -#define BUFFERMODEL_H +#pragma once + +#include "client-export.h" #include #include @@ -32,7 +33,7 @@ class QAbstractItemView; -class BufferModel : public QSortFilterProxyModel +class CLIENT_EXPORT BufferModel : public QSortFilterProxyModel { Q_OBJECT @@ -75,6 +76,3 @@ private: SelectionModelSynchronizer _selectionModelSynchronizer; QPair _bufferToSwitchTo; }; - - -#endif // BUFFERMODEL_H