Qt: Fix fast forward toggle disable state (fixes )

This commit is contained in:
Vicki Pfau 2017-12-23 19:49:23 -08:00
parent f3ea4caf84
commit 2a80438443
1 changed files with 16 additions and 0 deletions
src/platform/qt

View File

@ -1690,5 +1690,21 @@
</hint>
</hints>
</connection>
<connection>
<sender>fastForwardUnbounded</sender>
<signal>toggled(bool)</signal>
<receiver>fastForwardRatio</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>445</x>
<y>38</y>
</hint>
<hint type="destinationlabel">
<x>349</x>
<y>38</y>
</hint>
</hints>
</connection>
</connections>
</ui>