qml cleanup: removed duplicate toggled signal
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".
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".