https://bugs.kde.org/show_bug.cgi?id=386911
--- Comment #7 from RJVB <rjvber...@gmail.com> --- There's QAction::isVisible() but that applies to menus and toolbars so isn't useful here. QAction::menuRole() could have been used too but that's a Mac-specific property which doesn't have a "keep me out of menus" setting anyway. Either way, is there a point in adding textless actions to context menus. It seems to me one should avoid them (to spare the user some potential surprises by flying blind), regardless of whether there are other ways to determine if a QAction can be represented. -- You are receiving this mail because: You are watching all bug changes.