Skip to content
Commit b70139c9 authored by Michael Pyne's avatar Michael Pyne
Browse files

ui: Fix return key failing to start playback.

The search bar was broken because a missing `returnPressed` signal
declaration broke the signal/slot chain that was already present. An
update to the existing key press filter was sufficient to make pressing
return on a selected track in the Playlist work again, without the
downsides of using `QListWidget::itemActivated`.
parent b93e8cf4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment