Fix QAction::menuRole() documentation
Change-Id: I9299948ba99634ea92f8b5cd4405e814e86f6aa6 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>bb10
parent
01fe8906f3
commit
3414be909d
|
|
@ -1231,7 +1231,7 @@ void QAction::activate(ActionEvent event)
|
|||
\since 4.2
|
||||
|
||||
This indicates what role the action serves in the application menu on Mac
|
||||
OS X. By default all action have the TextHeuristicRole, which means that
|
||||
OS X. By default all actions have the TextHeuristicRole, which means that
|
||||
the action is added based on its text (see QMenuBar for more information).
|
||||
|
||||
The menu role can only be changed before the actions are put into the menu
|
||||
|
|
|
|||
Loading…
Reference in New Issue