X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fabstractnotificationbackend.h;h=7d6b1d9dbedc8e5ae668ce9709e71af28547552a;hp=2fe30c345251401c4b2940c66cc1258136a9a44f;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=ccf1e4557797374c839c567ae14fe12cc1bcffb3 diff --git a/src/uisupport/abstractnotificationbackend.h b/src/uisupport/abstractnotificationbackend.h index 2fe30c34..7d6b1d9d 100644 --- a/src/uisupport/abstractnotificationbackend.h +++ b/src/uisupport/abstractnotificationbackend.h @@ -18,8 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef ABSTRACTNOTIFICATIONBACKEND_H_ -#define ABSTRACTNOTIFICATIONBACKEND_H_ +#pragma once + +#include "uisupport-export.h" #include #include @@ -28,7 +29,7 @@ class SettingsPage; -class AbstractNotificationBackend : public QObject +class UISUPPORT_EXPORT AbstractNotificationBackend : public QObject { Q_OBJECT @@ -68,6 +69,3 @@ signals: //! May be emitted by the notification to tell the MainWin to raise itself void activated(uint notificationId = 0); }; - - -#endif