qmldump: Dump attached types and read them in Creator.

This commit is contained in:
Christian Kamm
2011-02-10 14:46:03 +01:00
parent 047ed35579
commit 13f9135827
5 changed files with 88 additions and 4 deletions

View File

@@ -148,6 +148,7 @@ private:
QHash<QString, int> m_propNameToIdx;
QList<FakeMetaMethod> m_methods;
QString m_defaultPropertyName;
QString m_attachedTypeName;
public:
FakeMetaObject();
@@ -181,7 +182,10 @@ public:
FakeMetaMethod method(int index) const;
QString defaultPropertyName() const;
void setDefaultPropertyName(const QString defaultPropertyName);
void setDefaultPropertyName(const QString &defaultPropertyName);
QString attachedTypeName() const;
void setAttachedTypeName(const QString &name);
};
} // namespace LanguageUtils