Skip to content

Commit

Permalink
Add missing press and hold signal in SongDelegate
Browse files Browse the repository at this point in the history
  • Loading branch information
Iktwo committed Sep 24, 2014
1 parent 4b4902f commit a56cdfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qml/SongDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ Item {
height: 84 * ScreenValues.dp
width: parent.width

MouseArea {
anchors.fill: parent
onPressAndHold: root.pressAndHold()
}

RowLayout {
anchors.fill: parent

Expand Down

0 comments on commit a56cdfd

Please sign in to comment.