X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fbufferhotlistfilter.h;h=60c80393888ee2601ea26b1ac59964714a8310df;hb=d4b81a6d777de45611034b26bd89973d19e60c96;hp=abfc26dca58ff602c9a05f427ce04f516b7ab246;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf;p=quassel.git diff --git a/src/uisupport/bufferhotlistfilter.h b/src/uisupport/bufferhotlistfilter.h index abfc26dc..60c80393 100644 --- a/src/uisupport/bufferhotlistfilter.h +++ b/src/uisupport/bufferhotlistfilter.h @@ -18,13 +18,14 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef BUFFERHOTLISTFILTER_H -#define BUFFERHOTLISTFILTER_H +#pragma once + +#include "uisupport-export.h" #include #include "types.h" -class BufferHotListFilter : public QSortFilterProxyModel +class UISUPPORT_EXPORT BufferHotListFilter : public QSortFilterProxyModel { Q_OBJECT @@ -39,6 +40,3 @@ protected: virtual bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const; virtual bool lessThan(const QModelIndex &source_left, const QModelIndex &source_right) const; }; - - -#endif //BUFFERHOTLISTFILTER_H