diff options
Diffstat (limited to 'libsowatch/notificationprovider.h')
-rw-r--r-- | libsowatch/notificationprovider.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libsowatch/notificationprovider.h b/libsowatch/notificationprovider.h index 31182f1..d5449f8 100644 --- a/libsowatch/notificationprovider.h +++ b/libsowatch/notificationprovider.h @@ -3,11 +3,12 @@ #include <QtCore/QObject> #include "notification.h" +#include "sowatch_global.h" namespace sowatch { -class NotificationProvider : public QObject +class SOWATCH_EXPORT NotificationProvider : public QObject { Q_OBJECT |