Commit c8bc5e9e authored by Nico Vertriest's avatar Nico Vertriest
Browse files

Doc: Correct bug when deleting alarm


qrc:/AlarmDelegate.qml:139: ReferenceError: alarmModel is not defined

Change-Id: Id92b377375006e08d25a593b6532a5eaeb5b35a0
Reviewed-by: default avatarShawn Rutledge <shawn.rutledge@qt.io>
parent 12280c1b
Branches
Tags
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -64,7 +64,7 @@ ApplicationWindow { ...@@ -64,7 +64,7 @@ ApplicationWindow {
ListView { ListView {
id: alarmListView id: alarmListView
anchors.fill: parent anchors.fill: parent
model: AlarmModel {} model: AlarmModel { id: alarmModel }
delegate: AlarmDelegate {} delegate: AlarmDelegate {}
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment