X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=qml%2Fpages%2FJourneyList.qml;h=1708d2021a7c0054876ba59384ae83219a09efcf;hp=8ecc9b8c9f040524f832083798115c17aeddc32e;hb=41bb8de4779e59d272f753bc53033bd467bff811;hpb=cc1952786f991bf5d584bbbffb554b0c40cec401 diff --git a/qml/pages/JourneyList.qml b/qml/pages/JourneyList.qml index 8ecc9b8..1708d20 100644 --- a/qml/pages/JourneyList.qml +++ b/qml/pages/JourneyList.qml @@ -39,7 +39,7 @@ Page { color: delegate.highlighted ? Theme.highlightColor : Theme.primaryColor } } - onClicked: pageStack.push(Qt.resolvedUrl("JourneyEdit.qml"), {title: "Edit journey", index: index, start: journeymodel.epochToDateTime(start), duration: duration, overtook: overtook, overtakenby: overtakenby}) + onClicked: pageStack.push(Qt.resolvedUrl("JourneyInfo.qml"), {title: "Journey info", index: index, start: journeymodel.epochToDateTime(start), duration: duration, overtook: overtook, overtakenby: overtakenby}) Component { id: journeyMenuComponent