Skip to content

Take two: Cherry-pick KMainWindow documentation fixes to KF5

Thiago Sueto requested to merge work/thiagosueto/kf5-kmainwindow into kf5

This MR is a cherry-pick from the changes I sent to master to add to the KF5 branch.

Procedure used:

git clone git@invent.kde.org:frameworks/kxmlgui.git
cd kxmlgui
git switch kf5
git branch kmainwindow-kf5
git switch kmainwindow-kf5
git cherry-pick -x 770bca68
git push --set-upstream origin work/thiagosueto/kf5-kmainwindow

Merge request reports