Skip to content

kjobwidgets: Add functions to associate QWindow with a KJob

Vlad Zahorodnii requested to merge work/zzag/drop-job-transient-parent into master

KJobWidgets::setWindow() only works with QWidget objects. But there are cases where a QtQuick based component needs to associate a QWindow with a KJob in order to set a proper trasient parent for popups, etc.

CCBUG: 488515

Edited by Vlad Zahorodnii

Merge request reports