diff options
author | Sami Merila <sami.merila@nokia.com> | 2010-12-08 12:21:53 (GMT) |
---|---|---|
committer | Sami Merila <sami.merila@nokia.com> | 2010-12-08 12:21:53 (GMT) |
commit | 3ca55de912dc01e23fc01d4aab953c08619a51a9 (patch) | |
tree | abbd21be2f1d4ab1bd2c760685acd6b342b51915 /src/gui/widgets | |
parent | 03a1ba5621df588bcbbe9daffd5cf5fa4df9b570 (diff) | |
download | Qt-3ca55de912dc01e23fc01d4aab953c08619a51a9.zip Qt-3ca55de912dc01e23fc01d4aab953c08619a51a9.tar.gz Qt-3ca55de912dc01e23fc01d4aab953c08619a51a9.tar.bz2 |
Remove whitespace and leading tab from documentation change
Task-number: QTBUG-12119
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/qmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qmenu.cpp b/src/gui/widgets/qmenu.cpp index 2e42cdb..74c2a9e 100644 --- a/src/gui/widgets/qmenu.cpp +++ b/src/gui/widgets/qmenu.cpp @@ -1319,7 +1319,7 @@ void QMenu::initStyleOption(QStyleOptionMenuItem *option, const QAction *action) Conversely, actions can be added to widgets with the addAction(), addActions() and insertAction() functions. - + \warning To make QMenu visible on the screen, exec() or popup() should be used instead of show(). |