Skip to content

Replace variant property type with var

ivan tkachenko requested to merge work/ratijas/variant into master

According to Qt documentation on QML basic types, variant type is obsolete and should be replaced with generic var type instead.

https://doc.qt.io/qt-5/qml-variant.html

Merge request reports

Loading