diff options
author | Marvin Borner | 2020-04-04 23:11:22 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-04 23:11:22 +0200 |
commit | 15e08d632fb305476914041d28395fc16e79efa1 (patch) | |
tree | 2c6e51b9567e9200410c238eaf573b2f366f7a7d /qml/harbour-binaryfun.qml | |
parent | 81cc34bfcc8d7ec695a4d70c4c1c82b9035bf272 (diff) |
Heavy renaming and 0-check fix
Diffstat (limited to 'qml/harbour-binaryfun.qml')
-rw-r--r-- | qml/harbour-binaryfun.qml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qml/harbour-binaryfun.qml b/qml/harbour-binaryfun.qml new file mode 100644 index 0000000..9378223 --- /dev/null +++ b/qml/harbour-binaryfun.qml @@ -0,0 +1,10 @@ +import QtQuick 2.0 +import Sailfish.Silica 1.0 +import "pages" + +ApplicationWindow +{ + initialPage: Component { Menu { } } + cover: Qt.resolvedUrl("cover/CoverPage.qml") + allowedOrientations: defaultAllowedOrientations +} |