blob: 599a3ea3787b1f52a67cef7b236f09ff379eb8b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
import QtQuick 2.0
import Sailfish.Silica 1.0
import "pages"
ApplicationWindow
{
initialPage: Component { Menu { } }
cover: Qt.resolvedUrl("cover/CoverPage.qml")
allowedOrientations: Orientation.Portrait
}
|