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

« back to all changes in this revision

Viewing changes to EventListModel.qml

  • Committer: Kunal Parmar
  • Date: 2013-12-14 02:44:09 UTC
  • mto: This revision was merged to the branch mainline in revision 195.
  • Revision ID: pkunal.parmar@gmail.com-20131214024409-oa7r1rtx9nbah4wm
PathView changed

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
import QtOrganizer 5.0
5
5
 
 
6
//http://qt.gitorious.org/qt/qtpim/blobs/master/examples/organizer/qmlorganizerlistview/qmlorganizerlistview.qml
6
7
OrganizerModel {
7
8
    id: eventModel
8
9
    manager:"eds"
9
 
    autoUpdate: false
10
10
 
11
11
    signal reloaded
12
12
 
13
 
    onModelChanged: {
 
13
    onItemCountChanged:{
14
14
        reloaded();
15
15
    }
16
16
}