~fboucault/ubuntu-calendar-app/crossbuild_fixes

« back to all changes in this revision

Viewing changes to NewEvent.qml

Trunk merged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
    //Data for Add events
115
115
    function addEvent() {
116
116
        event = Qt.createQmlObject("import QtOrganizer 5.0; Event { }", Qt.application,"NewEvent.qml");
117
 
        selectCalendar(model.defaultCollection().collectionId);
 
117
        selectCalendar(model.getDefaultCollection().collectionId);
118
118
    }
119
119
 
120
120
    //Editing Event