Qt: Fix cheats path not greying out (fixes #940)

This commit is contained in:
Vicki Pfau 2017-12-09 12:52:49 -08:00
parent 9674364358
commit 4d2675e3e8
1 changed files with 16 additions and 0 deletions

View File

@ -1674,5 +1674,21 @@
</hint>
</hints>
</connection>
<connection>
<sender>cheatsSameDir</sender>
<signal>toggled(bool)</signal>
<receiver>cheatsPath</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>351</x>
<y>407</y>
</hint>
<hint type="destinationlabel">
<x>343</x>
<y>372</y>
</hint>
</hints>
</connection>
</connections>
</ui>