X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=qml%2Fharbour-pedalo.qml;h=22ccbbc7b8557c297c7a9cdb0693fdfc78623ee8;hb=baffcf729d26af75702d28861d1d4a69d0401db1;hp=829cf95f3337c165db52bf4cf6f60e60faef7100;hpb=47437fad453dab96a7bd28ffd0584a7c1fda4881;p=harbour-pedalo.git diff --git a/qml/harbour-pedalo.qml b/qml/harbour-pedalo.qml index 829cf95..22ccbbc 100644 --- a/qml/harbour-pedalo.qml +++ b/qml/harbour-pedalo.qml @@ -1,10 +1,11 @@ import QtQuick 2.0 import Sailfish.Silica 1.0 import "pages" +import harbour.pedalo.settings 1.0 ApplicationWindow { - initialPage: Component { FirstPage { } } + initialPage: Component { MainPage { } } cover: Qt.resolvedUrl("cover/CoverPage.qml") allowedOrientations: defaultAllowedOrientations }