9 lines
221 B
QML
9 lines
221 B
QML
import QtQuick 2.0
|
|
import Sailfish.Silica 1.0
|
|
|
|
ApplicationWindow
|
|
{
|
|
initialPage: Qt.resolvedUrl("pages/Files.qml")
|
|
cover: Qt.resolvedUrl("cover/CoverPage.qml")
|
|
allowedOrientations: defaultAllowedOrientations
|
|
}
|