qml_static_analyzer 0.1.0

A static analyzer for QML files
Documentation
1
2
3
4
5
6
import QtQuick
import QtQuick.Controls.Material

Switch {
    property color switchWrapperColor
}