Export QV8ValueTypeWrapper.
authorAaron McCarthy <aaron.mccarthy@nokia.com>
Wed, 18 Jul 2012 03:13:47 +0000 (13:13 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 22 Aug 2012 02:06:01 +0000 (04:06 +0200)
This is required to implement value types in other modules.

Change-Id: I0d59abb321b046efbaa73a5dcd24b72ee343fba7
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
src/qml/qml/v8/qv8valuetypewrapper_p.h

index 76b0087..f3dd246 100644 (file)
@@ -55,6 +55,7 @@
 
 #include <QtCore/qglobal.h>
 #include <QtQml/qqmllist.h>
+#include <private/qtqmlglobal_p.h>
 #include <private/qv8_p.h>
 #include <private/qhashedstring_p.h>
 
@@ -63,7 +64,7 @@ QT_BEGIN_NAMESPACE
 class QV8Engine;
 class QV8ObjectResource;
 class QQmlValueType;
-class QV8ValueTypeWrapper 
+class Q_QML_PRIVATE_EXPORT QV8ValueTypeWrapper
 {
 public:
     QV8ValueTypeWrapper();