X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fstyledlabel.h;fp=src%2Fuisupport%2Fstyledlabel.h;h=6bcdb93c31d87be159bb318c83913c63ce3633b9;hp=668ebd7643c78a8e46c6325087374e0379035d5b;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=ccf1e4557797374c839c567ae14fe12cc1bcffb3 diff --git a/src/uisupport/styledlabel.h b/src/uisupport/styledlabel.h index 668ebd76..6bcdb93c 100644 --- a/src/uisupport/styledlabel.h +++ b/src/uisupport/styledlabel.h @@ -18,15 +18,16 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef STYLEDLABEL_H -#define STYLEDLABEL_H +#pragma once + +#include "uisupport-export.h" #include #include "clickable.h" #include "uistyle.h" -class StyledLabel : public QFrame +class UISUPPORT_EXPORT StyledLabel : public QFrame { Q_OBJECT @@ -89,6 +90,3 @@ private: void setHoverMode(int start, int length); void endHoverMode(); }; - - -#endif