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

« back to all changes in this revision

Viewing changes to MonthView.qml

  • Committer: Kunal Parmar
  • Date: 2014-01-25 03:19:04 UTC
  • mto: This revision was merged to the branch mainline in revision 239.
  • Revision ID: pkunal.parmar@gmail.com-20140125031904-q1a128u1q36aa0cd
Key Navigation implemented

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
    signal dateSelected(var date);
13
13
 
 
14
    Keys.forwardTo: [monthViewPath]
 
15
 
14
16
    PathViewBase{
15
17
        id: monthViewPath
16
18