Code review comment for lp:~yohanboniface/ubuntu-calendar-app/AgendaView

Revision history for this message
Kunal Parmar (pkunal-parmar) wrote :

16 + property var model;

This looks like private variable for this view.
Can we shift it to internal QtObject like, and use that
QtObject{
 id: internal
 property var model;
}

« Back to merge proposal