Switched QML designer to use the ast for loading.

This commit is contained in:
Erik Verbruggen
2010-03-16 13:10:18 +01:00
parent 8b7eacc19f
commit 68a463cf36
7 changed files with 694 additions and 256 deletions

View File

@@ -401,7 +401,7 @@ private:
QString _className;
};
class QmlObjectValue: public ObjectValue
class QMLJS_EXPORT QmlObjectValue: public ObjectValue
{
public:
static const int NoVersion;