X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Ffontselector.h;h=1359f7d05b8ff9df39ff5dad60226b83a6745388;hp=f65bbd602280e1d1194da7704074f83c840c1bf8;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=9d54503555534a2c554f09a33df6afa33d6308ec diff --git a/src/uisupport/fontselector.h b/src/uisupport/fontselector.h index f65bbd60..1359f7d0 100644 --- a/src/uisupport/fontselector.h +++ b/src/uisupport/fontselector.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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,13 +18,14 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef FONTSELECTOR_H_ -#define FONTSELECTOR_H_ +#pragma once + +#include "uisupport-export.h" #include #include -class FontSelector : public QWidget +class UISUPPORT_EXPORT FontSelector : public QWidget { Q_OBJECT Q_PROPERTY(QFont selectedFont READ selectedFont WRITE setSelectedFont) @@ -50,6 +51,3 @@ private: QFont _font; QLabel *_demo; }; - - -#endif // FONTSELECTOR_H_