Merge lp:~nik90/unav/migrate-routeinfopage into lp:unav

Proposed by Nekhelesh Ramananthan
Status: Merged
Approved by: JkB
Approved revision: 17
Merged at revision: 17
Proposed branch: lp:~nik90/unav/migrate-routeinfopage
Merge into: lp:unav
Diff against target: 27 lines (+5/-4)
1 file modified
qml/RouteInfoListPage.qml (+5/-4)
To merge this branch: bzr merge lp:~nik90/unav/migrate-routeinfopage
Reviewer Review Type Date Requested Status
JkB Approve
costales Approve
Review via email: mp+290804@code.launchpad.net

Commit message

Migrated RouteInfoListPage to the new PageHeaders

To post a comment you must log in.
Revision history for this message
costales (costales) wrote :

Reviewed! Thanks nekhelesh!

@Joerg? :)

review: Approve
Revision history for this message
JkB (joergberroth) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'qml/RouteInfoListPage.qml'
--- qml/RouteInfoListPage.qml 2016-04-01 14:49:49 +0000
+++ qml/RouteInfoListPage.qml 2016-04-02 21:29:43 +0000
@@ -16,18 +16,19 @@
16 */16 */
1717
18import QtQuick 2.418import QtQuick 2.4
19import QtQuick.Layouts 1.1
20import Ubuntu.Components 1.319import Ubuntu.Components 1.3
21import Ubuntu.Components.ListItems 1.3 as ListItems
22import QtQuick.XmlListModel 2.020import QtQuick.XmlListModel 2.0
2321
24
25Page {22Page {
26 id: routeInfoListPage23 id: routeInfoListPage
2724
28 property var routeList25 property var routeList
2926
30 title: i18n.tr("Route Info")27 header: PageHeader {
28 title: i18n.tr("Route Info")
29 flickable: resultsListView
30 }
31
31 anchors.fill: parent32 anchors.fill: parent
3233
33 ListModel {34 ListModel {

Subscribers

People subscribed via source and target branches