829cf95f3337c165db52bf4cf6f60e60faef7100
[harbour-pedalo.git] / qml / harbour-pedalo.qml
1 import QtQuick 2.0
2 import Sailfish.Silica 1.0
3 import "pages"
4
5 ApplicationWindow
6 {
7     initialPage: Component { FirstPage { } }
8     cover: Qt.resolvedUrl("cover/CoverPage.qml")
9     allowedOrientations: defaultAllowedOrientations
10 }