From ed40a7f1cbc1da5ae21c58882df241fc0071c2f7 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 6 Sep 2014 03:25:38 +0200 Subject: adding initial UI to select device --- qml/cover/CoverPage.qml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'qml/cover') diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml index 786b78f..e6c3216 100644 --- a/qml/cover/CoverPage.qml +++ b/qml/cover/CoverPage.qml @@ -35,19 +35,7 @@ CoverBackground { Label { id: label anchors.centerIn: parent - text: qsTr("My Cover") - } - - CoverActionList { - id: coverAction - - CoverAction { - iconSource: "image://theme/icon-cover-next" - } - - CoverAction { - iconSource: "image://theme/icon-cover-pause" - } + text: "Salmeta" } } -- cgit v1.2.3