equal
deleted
inserted
replaced
293 int QDeclarativeCustomParser::evaluateEnum(const QByteArray& script) const |
293 int QDeclarativeCustomParser::evaluateEnum(const QByteArray& script) const |
294 { |
294 { |
295 return compiler->evaluateEnum(script); |
295 return compiler->evaluateEnum(script); |
296 } |
296 } |
297 |
297 |
|
298 /*! |
|
299 Resolves \a name to a type, or 0 if it is not a type. This can be used |
|
300 to type-check object nodes. |
|
301 */ |
|
302 const QMetaObject *QDeclarativeCustomParser::resolveType(const QByteArray& name) const |
|
303 { |
|
304 return compiler->resolveType(name); |
|
305 } |
|
306 |
|
307 |
298 QT_END_NAMESPACE |
308 QT_END_NAMESPACE |