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

Revision history for this message
Zsombor Egri (zsombi) wrote :

> 79 + /*
> 80 + Swiped offset.
> 81 + */
> 82 + readonly property real swipedOffset: leading ? width + x :
> ListItem.item.width - x;
> 83 +
> 84 + /*
> 85 + Swiping
> 86 + */
> 87 + readonly property bool swiping: ListItem.item.highlighted &&
> ListItem.item.contentMoving
>
> The comments here don't add any information so can be removed.

Ok... revno 1398.

« Back to merge proposal