diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2020-09-02 22:10:38 +0200 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2020-09-03 18:45:48 +0200 |
commit | 3ff7dc75a1b4c30894e6ecaa98317b253fa3034c (patch) | |
tree | e1be9e15cad04fab59482cb530adb68b95236f43 /utils | |
parent | 546212a977270c3a8e8b8c0e2b5fd30ed612ddc5 (diff) |
themeeditor: Fix menu Quit entry not working.
Change-Id: Ib527b4b4a7b450dee713dea93eaf93d85c0d4bfd
Diffstat (limited to 'utils')
-rw-r--r-- | utils/themeeditor/gui/editorwindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui index 65f6f7e528..5bcea98c5c 100644 --- a/utils/themeeditor/gui/editorwindow.ui +++ b/utils/themeeditor/gui/editorwindow.ui @@ -491,7 +491,7 @@ <connections> <connection> <sender>actionQuit</sender> - <signal>activated()</signal> + <signal>triggered()</signal> <receiver>EditorWindow</receiver> <slot>close()</slot> <hints> |