src/declarative/qml/qdeclarativeinfo.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    51 
    51 
    52 QT_BEGIN_NAMESPACE
    52 QT_BEGIN_NAMESPACE
    53 
    53 
    54 /*!
    54 /*!
    55     \fn QDeclarativeInfo qmlInfo(const QObject *object)
    55     \fn QDeclarativeInfo qmlInfo(const QObject *object)
       
    56     \relates QDeclarativeEngine
    56 
    57 
    57     \brief Prints warnings messages that include the file and line number for QML types.
    58     \brief Prints warnings messages that include the file and line number for QML types.
    58 
    59 
    59     When QML types display warning messages, it improves traceability
    60     When QML types display warning messages, it improves traceability
    60     if they include the QML file and line number on which the
    61     if they include the QML file and line number on which the