From 2f9746fbc4ef5439e4c9709353aaf8fe71cff771 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Fri, 9 Aug 2013 13:28:02 +0200 Subject: [PATCH] Export V4::PersistentValuePrivate Indirectly required by QtLocation and its use of QJSValuePrivate Change-Id: Iea5bca47af8195e344d17fe2b82118141656d997 Reviewed-by: Lars Knoll --- src/qml/jsruntime/qv4value_p.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qml/jsruntime/qv4value_p.h b/src/qml/jsruntime/qv4value_p.h index 2a783ed..b6daae9 100644 --- a/src/qml/jsruntime/qv4value_p.h +++ b/src/qml/jsruntime/qv4value_p.h @@ -49,6 +49,7 @@ #include "qv4string_p.h" #include #include "qv4managed_p.h" +#include //#include @@ -329,7 +330,7 @@ inline Value Managed::call(const Value &thisObject, Value *args, int argc) { return vtbl->call(this, thisObject, args, argc); } -struct PersistentValuePrivate +struct Q_QML_PRIVATE_EXPORT PersistentValuePrivate { PersistentValuePrivate(const Value &v, ExecutionEngine *engine = 0, bool weak = false); virtual ~PersistentValuePrivate(); -- 2.7.4