aded missing export

This commit is contained in:
Patrick von Reth 2013-07-23 12:07:14 +02:00
parent 1c7fdf9100
commit e4bdb9b476
1 changed files with 2 additions and 1 deletions

View File

@ -22,12 +22,13 @@
#include <QObject>
#include <QVariantHash>
#include "snore_exports.h"
namespace Snore
{
class Hint : public QObject
class SNORE_EXPORT Hint : public QObject
{
Q_OBJECT
public: