Skip to content

Fix KSignalHandler initialization order

Vlad Zahorodnii requested to merge work/zzag/fix-ksignal-handler-order into master

KSignalHandler needs an instance of QCoreApplication because it uses QSocketNotifier.

see also c63287ca

Merge request reports