~dholbach/ubuntu-clock-app/add-custom-sound-backend

« back to all changes in this revision

Viewing changes to app/alarm/AlarmList.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-06-24 12:04:00 UTC
  • Revision ID: krnekhelesh@gmail.com-20140624120400-24c9djo622nyoln9
Added support to change alarm label

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
 
134
134
    onDragEnded: {
135
135
        if(contentY < _minThreshold)
136
 
            mainStack.push(Qt.resolvedUrl("EditAlarmPage.qml"))
 
136
            mainStack.push(Qt.resolvedUrl("EditAlarmPage.qml"), {"isNewAlarm": true, "alarmCount": alarmModel.count})
137
137
    }
138
138
 
139
139
    onContentYChanged: {