~nik90/ubuntu-clock-app/edit-alarm-feature

« back to all changes in this revision

Viewing changes to app/ubuntu-clock-app.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-06-19 13:09:43 UTC
  • Revision ID: krnekhelesh@gmail.com-20140619130943-ucxh715gtw34w71h
Moved alarm model to alarmPage

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
        onTriggered: clockPage.updateTime()
75
75
    }
76
76
 
77
 
    AlarmModel {
78
 
        id: alarmModel
79
 
        Component.onCompleted: Utils.log(debugMode, "Alarm Database loaded")
80
 
    }
81
 
 
82
77
    PageStack {
83
78
        id: mainStack
84
79