~nik90/ubuntu-clock-app/add-settings-ap-tests

« back to all changes in this revision

Viewing changes to app/stopwatch/StopwatchPage.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2016-03-03 14:38:55 UTC
  • Revision ID: krnekhelesh@gmail.com-20160303143855-s87n4p9gu77m4nm3
Added add lap and delete lap stopwatch tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
        id: lapListViewComponent
141
141
        LapListView {
142
142
            id: lapListView
 
143
            objectName: "lapsList"
143
144
            model: stopwatchEngine
144
145
        }
145
146
    }