Remove unneeded QWidget dependencies to set parent windows or display errors
Open, Needs TriagePublic

dfaure created this task.Sep 9 2019, 8:28 PM
dfaure added a comment.Sep 9 2019, 8:30 PM
  • KWindowSystem done in KF 5.62; QWidget-based API deprecated in favor of QWindow-based API.

I have ported all of Apps/Plasma to that, but can't push that until they can require KF 5.62.

KAuth has a parentWidget property for actions (https://api.kde.org/frameworks/kauth/html/classKAuth_1_1Action.html#af91c15e1de114497e20e5c391f2afc3e) that is used to set window modality, it can probably do with just a QWindow.

KAuth has a parentWidget property for actions (https://api.kde.org/frameworks/kauth/html/classKAuth_1_1Action.html#af91c15e1de114497e20e5c391f2afc3e) that is used to set window modality, it can probably do with just a QWindow.

This is covered by: https://phabricator.kde.org/T11643

alex moved this task from Backlog to Metatasks on the KF6 board.Sep 3 2021, 5:26 AM