Introduced ASTObjectValue.

This commit is contained in:
Roberto Raggi
2010-02-01 13:54:44 +01:00
parent 0cf48cb45d
commit 0f6551c43f
3 changed files with 134 additions and 49 deletions

View File

@@ -273,11 +273,15 @@ public:
int minorVersion() const
{ return _minorVersion; }
protected:
const Value *findOrCreateSignature(int index, const QMetaMethod &method, QString *methodName) const;
private:
const QMetaObject *_metaObject;
QString _qmlTypeName;
int _majorVersion;
int _minorVersion;
mutable QHash<int, const Value *> _metaSignature;
};
#endif // !NO_DECLARATIVE_BACKEND