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

« back to all changes in this revision

Viewing changes to TimeLineBase.qml

  • Committer: Kunal Parmar
  • Date: 2013-08-27 14:40:57 UTC
  • mto: This revision was merged to the branch mainline in revision 92.
  • Revision ID: pkunal.parmar@gmail.com-20130827144057-bus1lbifdcyx2me3
Re-apply revision 98.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    property var day;
10
10
    property int hourHeight: units.gu(10)
11
11
 
 
12
    readonly property int eventCount: model.count
 
13
 
12
14
    EventListModel {
13
15
        id: model
14
16
        termStart: bubbleOverLay.day.midnight()