Skip to content

Commit

Permalink
QmlDirParser: Fix typeInfo accessor.
Browse files Browse the repository at this point in the history
Reviewed-by: Kai Koehne
(cherry picked from commit 7fcda24112d690575007ddcb11e097a9c33e0f19)
  • Loading branch information
Christian Kamm authored and Kai Koehne committed May 12, 2011
1 parent 733bacb commit e1aecce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/declarative/qml/qdeclarativedirparser.cpp
Expand Up @@ -240,7 +240,7 @@ QList<QDeclarativeDirParser::Component> QDeclarativeDirParser::components() cons
}

#ifdef QT_CREATOR
QList<TypeInfo> QDeclarativeDirParser::typeInfos() const
QList<QDeclarativeDirParser::TypeInfo> QDeclarativeDirParser::typeInfos() const
{
return _typeInfos;
}
Expand Down

0 comments on commit e1aecce

Please sign in to comment.