Merge pull request #4841 from citra-emu/wwylele-patch-1
citra_qt/configure_motion_touch: fix slot name
This commit is contained in:
commit
643a396383
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@
|
|||
<sender>buttonBox</sender>
|
||||
<signal>accepted()</signal>
|
||||
<receiver>ConfigureMotionTouch</receiver>
|
||||
<slot>applyConfiguration()</slot>
|
||||
<slot>ApplyConfiguration()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>220</x>
|
||||
|
|
Loading…
Reference in a new issue