Code review comment for lp:~zsombi/ubuntu-ui-toolkit/76-refactoring

Revision history for this message
Tim Peeters (tpeeters) wrote :

76 - readonly property bool leading: panel.ListItemActions.status == panel.ListItemActions.Leading
77 + readonly property bool leading: ListItem.panelStatus == ListItem.Leading

I like that a bunch of pieces of code become shorter :)

« Back to merge proposal