aboutsummaryrefslogtreecommitdiffstats
path: root/src/liveruntime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/liveruntime.h')
-rw-r--r--src/liveruntime.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/liveruntime.h b/src/liveruntime.h
index 61cf37f..7be16ab 100644
--- a/src/liveruntime.h
+++ b/src/liveruntime.h
@@ -34,15 +34,14 @@
#include <QtCore>
#include <QtGui>
+#include "qmllive_global.h"
-class LiveRuntime : public QObject
+class QMLLIVESHARED_EXPORT LiveRuntime : public QObject
{
Q_OBJECT
-
Q_PROPERTY(qreal screenWidth READ screenWidth WRITE setScreenWidth NOTIFY screenWidthChanged)
Q_PROPERTY(qreal screenHeight READ screenHeight WRITE setScreenHeight NOTIFY screenHeightChanged)
-
public:
explicit LiveRuntime(QObject *parent = 0);
qreal screenWidth() const;