forked from qt-creator/qt-creator
Switched QML designer to use the ast for loading.
This commit is contained in:
@@ -401,7 +401,7 @@ private:
|
||||
QString _className;
|
||||
};
|
||||
|
||||
class QmlObjectValue: public ObjectValue
|
||||
class QMLJS_EXPORT QmlObjectValue: public ObjectValue
|
||||
{
|
||||
public:
|
||||
static const int NoVersion;
|
||||
|
Reference in New Issue
Block a user