aboutsummaryrefslogtreecommitdiffstats
path: root/src/logreceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logreceiver.h')
-rw-r--r--src/logreceiver.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/logreceiver.h b/src/logreceiver.h
index 10796de..bd4ddfb 100644
--- a/src/logreceiver.h
+++ b/src/logreceiver.h
@@ -35,9 +35,11 @@
#include <QUrl>
#include <QHostAddress>
+#include "qmllive_global.h"
+
QT_FORWARD_DECLARE_CLASS(QUdpSocket);
-class LogReceiver : public QObject
+class QMLLIVESHARED_EXPORT LogReceiver : public QObject
{
Q_OBJECT
public: