1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 03:09:57 +01:00

Make the "clear" button in the album cover manager actually do something

This commit is contained in:
David Sansome 2010-06-22 13:39:03 +00:00
parent b4add2a7be
commit 4e15c2479d

View File

@ -223,5 +223,22 @@
<resources>
<include location="../../data/data.qrc"/>
</resources>
<connections/>
<connections>
<connection>
<sender>clear</sender>
<signal>clicked()</signal>
<receiver>filter</receiver>
<slot>clear()</slot>
<hints>
<hint type="sourcelabel">
<x>352</x>
<y>19</y>
</hint>
<hint type="destinationlabel">
<x>397</x>
<y>15</y>
</hint>
</hints>
</connection>
</connections>
</ui>