themeeditor: Fix menu Quit entry not working.

Change-Id: Ib527b4b4a7b450dee713dea93eaf93d85c0d4bfd
This commit is contained in:
Dominik Riebeling 2020-09-02 22:10:38 +02:00
parent 546212a977
commit 3ff7dc75a1

View file

@ -491,7 +491,7 @@
<connections>
<connection>
<sender>actionQuit</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>EditorWindow</receiver>
<slot>close()</slot>
<hints>