X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fuisupport%2Fstyledlabel.h;h=6bcdb93c31d87be159bb318c83913c63ce3633b9;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hp=e91188f1e2b57c4bef7e7c4f938506e52b8b0c1d;hpb=b65b9f7615165e8700a44d59b7275a55558dd45b;p=quassel.git diff --git a/src/uisupport/styledlabel.h b/src/uisupport/styledlabel.h index e91188f1..6bcdb93c 100644 --- a/src/uisupport/styledlabel.h +++ b/src/uisupport/styledlabel.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,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