aded missing export
This commit is contained in:
parent
1c7fdf9100
commit
e4bdb9b476
|
@ -22,12 +22,13 @@
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QVariantHash>
|
#include <QVariantHash>
|
||||||
|
|
||||||
|
#include "snore_exports.h"
|
||||||
|
|
||||||
namespace Snore
|
namespace Snore
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
class Hint : public QObject
|
class SNORE_EXPORT Hint : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue