forked from len0rd/rockbox
themeeditor: Fix menu Quit entry not working.
Change-Id: Ib527b4b4a7b450dee713dea93eaf93d85c0d4bfd
This commit is contained in:
parent
546212a977
commit
3ff7dc75a1
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@
|
||||||
<connections>
|
<connections>
|
||||||
<connection>
|
<connection>
|
||||||
<sender>actionQuit</sender>
|
<sender>actionQuit</sender>
|
||||||
<signal>activated()</signal>
|
<signal>triggered()</signal>
|
||||||
<receiver>EditorWindow</receiver>
|
<receiver>EditorWindow</receiver>
|
||||||
<slot>close()</slot>
|
<slot>close()</slot>
|
||||||
<hints>
|
<hints>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue