Remove useless cover actions

This commit is contained in:
Matti Viljanen 2019-01-05 17:37:09 +02:00
parent 18bf91fdce
commit dfb3560d90

View file

@ -5,18 +5,6 @@ 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("Battery Buddy")
}
}