aded missing export
This commit is contained in:
parent
1c7fdf9100
commit
e4bdb9b476
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue