Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.0
Description
Application QML Type documentation uses C++ types in it is documentation. It should be using the matching QML Value Types:
QString -> string
QStringList -> list<string>
QFont -> font
layoutDirection -> enumeration
QQmlListProperty<QQuickScreenInfo> -> list<Screen>
...
Attachments
Issue Links
- relates to
-
QTBUG-131243 qdoc: Warn about usage of C++ types in QML API documentation
- Open