X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferviewoverlayfilter.h;h=2b43bf9b4a6554d9e917272f7be76f9b92bc342d;hp=f12f9c3e3db52e01b76a170a4b9a41b0d86dbb07;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=ccf1e4557797374c839c567ae14fe12cc1bcffb3 diff --git a/src/uisupport/bufferviewoverlayfilter.h b/src/uisupport/bufferviewoverlayfilter.h index f12f9c3e..2b43bf9b 100644 --- a/src/uisupport/bufferviewoverlayfilter.h +++ b/src/uisupport/bufferviewoverlayfilter.h @@ -18,8 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef BUFFERVIEWOVERLAYFILTER_H_ -#define BUFFERVIEWOVERLAYFILTER_H_ +#pragma once + +#include "uisupport-export.h" #include @@ -27,7 +28,7 @@ class BufferViewOverlay; -class BufferViewOverlayFilter : public QSortFilterProxyModel +class UISUPPORT_EXPORT BufferViewOverlayFilter : public QSortFilterProxyModel { Q_OBJECT @@ -45,6 +46,3 @@ private slots: private: BufferViewOverlay *_overlay; }; - - -#endif // BUFFERVIEWOVERLAYFILTER_H_