Provide access to actions in part
Needs RevisionPublic

Authored by svuorela on May 20 2018, 11:39 AM.

Details

Reviewers
dfaure
Summary

Debugging parts is sometimes easier with access to the actions.

Diff Detail

Repository
R451 KDE Development Utils
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
svuorela requested review of this revision.May 20 2018, 11:39 AM
svuorela created this revision.
dfaure added inline comments.May 24 2018, 7:12 AM
kpartloader/kpartloader.cpp
70

missing space after for

73

This kind of messes up the menu/toolbar handling done by KParts::MainWindow itself. But since you're not switching parts I guess that's fine...

dfaure requested changes to this revision.Apr 14 2020, 9:05 PM

Actually createGUI does this already... or is this about actions that have not been added to any toolbar/menubar?

I tested kpartloader dolphinpart and it has both menubar and toolbar.

This revision now requires changes to proceed.Apr 14 2020, 9:05 PM