Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 192 Bytes

README-lowercase-qml-type-name.md

File metadata and controls

4 lines (3 loc) · 192 Bytes

lowercase-qml-type-name

Warns when QML types registered with qmlRegisterType() or qmlRegisterUncreatableType() don't start with uppercase. It's required by the QML engine that they do.