From 74f64d94428195d6d8e4d443b6dd80239de40056 Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Wed, 22 Sep 2010 16:56:21 +0200 Subject: [PATCH] fixed export --- src/core/snorenotificationinstance.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/snorenotificationinstance.h b/src/core/snorenotificationinstance.h index 3dadaff..c2db3e9 100644 --- a/src/core/snorenotificationinstance.h +++ b/src/core/snorenotificationinstance.h @@ -17,10 +17,11 @@ #ifndef SNORENOTIFICATIONINSTANCE_H #define SNORENOTIFICATIONINSTANCE_H +#include "snore_exports.h" #include "snoreserver.h" #include "application.h" -class SnoreNotificationInstance:public QObject +class SNORE_EXPORT SnoreNotificationInstance:public QObject { Q_OBJECT public: