fixed export
This commit is contained in:
parent
e2d0bc6d09
commit
74f64d9442
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue