citra_qt/configure_motion_touch: fix slot name

Fixes #4840, hopefully
This commit is contained in:
Weiyi Wang 2019-07-14 23:02:22 -04:00 committed by GitHub
parent 1d6c6a37a1
commit 1904da775e
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>