From e4bdb9b476f42b0ee77b5e0c4d0b76d292a1225b Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Tue, 23 Jul 2013 12:07:14 +0200 Subject: [PATCH] aded missing export --- src/core/hint.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/hint.h b/src/core/hint.h index b865f9b..41a13ab 100644 --- a/src/core/hint.h +++ b/src/core/hint.h @@ -22,12 +22,13 @@ #include #include +#include "snore_exports.h" namespace Snore { -class Hint : public QObject +class SNORE_EXPORT Hint : public QObject { Q_OBJECT public: