Drop KWindowSystem dependency

Authored by davidedmundson on Jan 7 2020, 11:02 AM.

Description

Drop KWindowSystem dependency

Summary:
KWindowSystem activateWindow does the same thing as the QPA does when
calling QWindow::requestActivate.

We can save a dependency.

Test Plan:
Windows:
Read code for windows QPA + kwindowsystem and it seemed like the
same underlying call

X11:
Ran ./ktextedittest. pressed control+f. Window had focus

Wayland:
Both calls will no-op. It needs new API, but when that does exist
I'll make sure it's in QWayland.

Reviewers: apol

Reviewed By: apol

Subscribers: kde-frameworks-devel

Tags: Frameworks

Maniphest Tasks: T12413

Differential Revision: https://phabricator.kde.org/D26159

Details

Committed
davidedmundsonJan 7 2020, 11:02 AM
Reviewer
apol
Differential Revision
D26159: Drop KWindowSystem dependency
Parents
R310:a8b2bf726a0b: GIT_SILENT Upgrade ECM and KF5 version requirements for 5.66.0 release.
Branches
Unknown
Tags
Unknown