summaryrefslogtreecommitdiff
path: root/libsowatch/declarativewatchlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/declarativewatchlet.h')
-rw-r--r--libsowatch/declarativewatchlet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsowatch/declarativewatchlet.h b/libsowatch/declarativewatchlet.h
index 1e94007..ea31a33 100644
--- a/libsowatch/declarativewatchlet.h
+++ b/libsowatch/declarativewatchlet.h
@@ -5,13 +5,14 @@
#include <QtDeclarative/QDeclarativeComponent>
#include <QtDeclarative/QDeclarativeItem>
#include "graphicswatchlet.h"
+#include "sowatch_global.h"
namespace sowatch
{
class DeclarativeWatchWrapper;
-class DeclarativeWatchlet : public GraphicsWatchlet
+class SOWATCH_EXPORT DeclarativeWatchlet : public GraphicsWatchlet
{
Q_OBJECT
public: