equal
deleted
inserted
replaced
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 |