X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Ffontselector.h;h=1359f7d05b8ff9df39ff5dad60226b83a6745388;hb=d4b81a6d777de45611034b26bd89973d19e60c96;hp=7f9a745d025dc153739ff4e78fc154fbe553bb0b;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf;p=quassel.git diff --git a/src/uisupport/fontselector.h b/src/uisupport/fontselector.h index 7f9a745d..1359f7d0 100644 --- a/src/uisupport/fontselector.h +++ b/src/uisupport/fontselector.h @@ -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_