aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-08-08 13:41:33 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-08 15:35:23 +0200
commit8a273812ce2a9055d7cf2196e1b8a288bf0fc142 (patch)
tree4edd2ceb481d8ff1105d17568c5a08a0341ed90b /src/qml/jsapi
parentcdaa8282a7ebf780b1d02825062f19a80e827af5 (diff)
Export QJSValuePrivate
Declarative components of QtLocation require it. Change-Id: Ie520d3131718c15c0908c784d9486a5674570a54 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/jsapi')
-rw-r--r--src/qml/jsapi/qjsvalue_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qml/jsapi/qjsvalue_p.h b/src/qml/jsapi/qjsvalue_p.h
index ef94dea555..69046e84df 100644
--- a/src/qml/jsapi/qjsvalue_p.h
+++ b/src/qml/jsapi/qjsvalue_p.h
@@ -54,6 +54,7 @@
#define QJSVALUE_P_H
#include <qjsvalue.h>
+#include <private/qtqmlglobal_p.h>
#include <private/qv4value_p.h>
#include <private/qv4string_p.h>
#include <private/qv4engine_p.h>
@@ -65,7 +66,7 @@ QT_BEGIN_NAMESPACE
\internal
\class QJSValuePrivate
*/
-class QJSValuePrivate : public QV4::PersistentValuePrivate
+class Q_QML_PRIVATE_EXPORT QJSValuePrivate : public QV4::PersistentValuePrivate
{
public:
QJSValuePrivate(QV4::ExecutionEngine *engine, const QV4::Value &v)