ratijas added inline comments.
INLINE COMMENTS
> ngraham wrote in ExpandableListItem.qml:269
> It was nothing more than a bad API design decision on my part.
Luckily, it is easily fixable, with an alias for backward compatibility.
However, I don't know how to enforce deprecation warnings on ali
ratijas added inline comments.
INLINE COMMENTS
> ExpandableListItem.qml:269
> + */
> +property bool isEnabled: true
> +
Why simply Item::enabled wasn't enough? Is there a real use-case that justifies
an extra property with overlapping name? Should be documented if there is one.
REPOSIT