Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.0
-
dbab368ce (dev), 109ec9eb3 (6.9), 09262e970 (6.8)
-
framework-content 1, framework-content 2
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
-
- Closed
-