~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to DayView.qml

  • Committer: Kunal Parmar
  • Date: 2014-10-12 10:58:52 UTC
  • mto: This revision was merged to the branch mainline in revision 498.
  • Revision ID: pkunal.parmar@gmail.com-20141012105852-1wvyrrzclvzij1vv
review comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
            type: ViewType.ViewTypeDay
70
70
            currentDay: dayViewPage.currentDay
71
71
 
72
 
            Component.onCompleted: {
 
72
            onCurrentDayChanged: {
73
73
                date = dayViewPage.currentDay.weekStart(Qt.locale().firstDayOfWeek);
74
74
            }
75
75