diff options
Diffstat (limited to 'qml/PassFish.qml')
| -rw-r--r-- | qml/PassFish.qml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qml/PassFish.qml b/qml/PassFish.qml new file mode 100644 index 0000000..70e095d --- /dev/null +++ b/qml/PassFish.qml @@ -0,0 +1,10 @@ +import QtQuick 2.0 +import Sailfish.Silica 1.0 +import "pages" + +ApplicationWindow { + initialPage: Component { MainPage { } } + cover: Qt.resolvedUrl("cover/CoverPage.qml") + allowedOrientations: defaultAllowedOrientations + _defaultPageOrientations: defaultAllowedOrientations +} |
