Skip to content

qml cleanup: removed duplicate toggled signal

Yifan Zhu requested to merge work/fanzhuyifan/fix into master

Kirigami.Card is an ItemDelegate, which already defines the toggled signal. Previously this line generates a duplicate signal warning: "invalid override of property change signal or superclass signal".

Merge request reports