~timo-jyrinki/ubuntu-calendar-app/use_pickerpanelworkaround_lp1351024

« back to all changes in this revision

Viewing changes to TimeLineBaseComponent.qml

  • Committer: Kunal Parmar
  • Date: 2014-06-21 03:37:43 UTC
  • mto: This revision was merged to the branch mainline in revision 331.
  • Revision ID: pkunal.parmar@gmail.com-20140621033743-guchibaiestovjtw
Caching the creation of event bubbles

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
                        delegate: comp
127
127
                        day: startDay.addDays(index)
128
128
 
 
129
                        Connections{
 
130
                            target: mainModel
 
131
                            onStartPeriodChanged:{
 
132
                                destroyAllChildren();
 
133
                            }
 
134
                        }
 
135
 
129
136
                        model: mainModel
130
137
                        Component.onCompleted: {
131
138
                            model.addModelChangeListener(createEvents);