fix: use clicked instead of pressed signal for button clicks

Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
flow 2022-06-26 08:10:52 -03:00 committed by GitHub
parent 455e4de6f3
commit 9ef38171e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@
<connections>
<connection>
<sender>closeButton</sender>
<signal>pressed()</signal>
<signal>clicked()</signal>
<receiver>NewsDialog</receiver>
<slot>accept()</slot>
<hints>