From 15e08d632fb305476914041d28395fc16e79efa1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 4 Apr 2020 23:11:22 +0200 Subject: Heavy renaming and 0-check fix --- qml/BinaryFun.qml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 qml/BinaryFun.qml (limited to 'qml/BinaryFun.qml') diff --git a/qml/BinaryFun.qml b/qml/BinaryFun.qml deleted file mode 100644 index 9378223..0000000 --- a/qml/BinaryFun.qml +++ /dev/null @@ -1,10 +0,0 @@ -import QtQuick 2.0 -import Sailfish.Silica 1.0 -import "pages" - -ApplicationWindow -{ - initialPage: Component { Menu { } } - cover: Qt.resolvedUrl("cover/CoverPage.qml") - allowedOrientations: defaultAllowedOrientations -} -- cgit v1.2.3