Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import QtQuick 2.0
|
||||
import Sailfish.Silica 1.0
|
||||
import "pages"
|
||||
|
||||
ApplicationWindow {
|
||||
property url thumbnail: ""
|
||||
|
||||
initialPage: Component { VolumIo { } }
|
||||
cover: Qt.resolvedUrl("cover/CoverPage.qml")
|
||||
allowedOrientations: Orientation.All
|
||||
}
|
||||
Reference in New Issue
Block a user