Skip to content

Commit

Permalink
Clean up cover
Browse files Browse the repository at this point in the history
  • Loading branch information
piggz committed Aug 15, 2017
1 parent 95e96ca commit 48fb994
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions qml/cover/CoverPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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: qsTr("IR Remote")
}
}

0 comments on commit 48fb994

Please sign in to comment.