Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.9
-
None
-
683d0d7b3 (dev), d0a8cf7ef (6.9), fdebac480 (6.8)
Description
https://doc.qt.io/qt-6/13-qdoc-commands-topics.html#qmlproperty
In most places in Qt it's documented with just "enumeration" as the type:
\qmlproperty enumeration sslDtlsConfiguration::protocol
However, this is an exception, because usually you'd use the actual type. It would be good to have this mentioned in the docs.