Skip to content

Remove non-functional menu items

Lukas Sommer requested to merge sommer/kcolorchooser:helpmenu into master

Remove non-functional menu items

KColorChooser has menu items for "Manuel" and "What's this". Both are non-functional: KColorChooser does not provide a manual, and the displayed dialog (QColorDialog) does not have a widget that provides "What's this" help.

Non-functional menu items could be confusing. Therefore, I suggest removing them. This merge request implements this.

Merge request reports