Code review comment for lp:~gang65/ubuntu-calendar-app/ubuntu-calendar-app-quick-add-event

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

It looks good,

Just one minor comment, rather then accessing yearViewPage directly, we should introduce new signal and yerview should handle that signal

57 + else {
58 + yearViewPage.monthSelected(selectedDate);
59 + }

review: Needs Fixing

« Back to merge proposal