X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferhotlistfilter.h;h=60c80393888ee2601ea26b1ac59964714a8310df;hp=abfc26dca58ff602c9a05f427ce04f516b7ab246;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=ccf1e4557797374c839c567ae14fe12cc1bcffb3 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