diff options
Diffstat (limited to 'logic/notifications/NotificationChecker.h')
-rw-r--r-- | logic/notifications/NotificationChecker.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/logic/notifications/NotificationChecker.h b/logic/notifications/NotificationChecker.h index 92bc23dc..a2d92ab9 100644 --- a/logic/notifications/NotificationChecker.h +++ b/logic/notifications/NotificationChecker.h @@ -5,7 +5,9 @@ #include "net/NetJob.h" #include "net/CacheDownload.h" -class NotificationChecker : public QObject +#include "multimc_logic_export.h" + +class MULTIMC_LOGIC_EXPORT NotificationChecker : public QObject { Q_OBJECT |