Merge pull request #4841 from citra-emu/wwylele-patch-1

citra_qt/configure_motion_touch: fix slot name
This commit is contained in:
Pengfei Zhu 2019-07-15 12:04:25 +08:00 committed by GitHub
commit 643a396383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -278,7 +278,7 @@
<sender>buttonBox</sender> <sender>buttonBox</sender>
<signal>accepted()</signal> <signal>accepted()</signal>
<receiver>ConfigureMotionTouch</receiver> <receiver>ConfigureMotionTouch</receiver>
<slot>applyConfiguration()</slot> <slot>ApplyConfiguration()</slot>
<hints> <hints>
<hint type="sourcelabel"> <hint type="sourcelabel">
<x>220</x> <x>220</x>