~nskaggs/ubuntu-clock-app/ap-init-cleanup

« back to all changes in this revision

Viewing changes to stopwatch/LapList.qml

Refactor stopwatch helpers to follow the page object pattern.

Approved by Ubuntu Phone Apps Jenkins Bot, Leo Arias.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
    ListView {
54
54
        id: listViewLap
 
55
        objectName: "listStopwatchLaps"
55
56
 
56
57
        clip: true
57
58
        anchors { left: parent.left; right: parent.right; }