forked from qt-creator/qt-creator
QmlJS: Fixed attached objects.
Task-number: QTCREATORBUG-6450 Change-Id: Idd8e2ec3550190a137dbf0fe452c8488fb3fe1ad Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This commit is contained in:
@@ -430,9 +430,6 @@ public:
|
||||
const QmlObjectValue *prototype() const;
|
||||
QList<const QmlObjectValue *> prototypes() const;
|
||||
|
||||
const QmlObjectValue *attachedType() const;
|
||||
void setAttachedType(QmlObjectValue *value);
|
||||
|
||||
LanguageUtils::FakeMetaObject::ConstPtr metaObject() const;
|
||||
|
||||
QString moduleName() const;
|
||||
@@ -453,7 +450,6 @@ protected:
|
||||
bool isDerivedFrom(LanguageUtils::FakeMetaObject::ConstPtr base) const;
|
||||
|
||||
private:
|
||||
QmlObjectValue *_attachedType;
|
||||
LanguageUtils::FakeMetaObject::ConstPtr _metaObject;
|
||||
const QString _moduleName;
|
||||
// _componentVersion is the version of the export
|
||||
|
||||
Reference in New Issue
Block a user