Bug 83679

Summary: Not possible to add entries to context menu of KDirOperator
Product: [Frameworks and Libraries] kio Reporter: Winfried Dobbe <winfried_mb2>
Component: generalAssignee: David Faure <faure>
Status: RESOLVED FIXED    
Severity: wishlist CC: nate
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Winfried Dobbe 2004-06-20 00:44:07 UTC
Version:            (using KDE KDE 3.2.3)
Installed from:    SuSE RPMs
Compiler:          gcc 3.3.3 
OS:                Linux

In my KDirOperator derived class I want to add some items to the context menu. However the actionMenu member is private in KDirOperator and there is no access member. Please add a function like:

KActionMenu* actionMenu() const;

In addition consider if the setupMenu() function shouldn't be virtual.
Comment 1 Nate Graham 2018-05-03 20:47:42 UTC
actionMenu is now public.