davidedmundson created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. davidedmundson requested review of this revision.
REVISION 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. REPOSITORY R310 KTextWidgets BRANCH master REVISION DETAIL https://phabricator.kde.org/D26159 AFFECTED FILES CMakeLists.txt src/CMakeLists.txt src/findreplace/kfinddialog.h src/widgets/ktextedit.cpp To: davidedmundson Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns