Skip to content

Call signals instead of signal handlers

Yifan Zhu requested to merge work/fanzhuyifan/handler into master

Directly calling signals is the supported way to send signals. Calling signal handlers worked in the past, but will be phased out in the future (https://bugreports.qt.io/browse/QTBUG-120573).

Merge request reports