diff options
author | axis <qt-info@nokia.com> | 2010-01-07 13:45:59 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-01-08 15:11:24 (GMT) |
commit | 3b62b3384e0008ab1dba210f55b70d666924d06e (patch) | |
tree | 093835185244fd1a255a6987c1d4293f056249ee | |
parent | a518a9151964edcfaa805fd68c24883bd8eae97d (diff) | |
download | Qt-3b62b3384e0008ab1dba210f55b70d666924d06e.zip Qt-3b62b3384e0008ab1dba210f55b70d666924d06e.tar.gz Qt-3b62b3384e0008ab1dba210f55b70d666924d06e.tar.bz2 |
Fixed a doc error.
The extra line would make qdoc treat the next text as a separate
paragraph, but it should be part of the description for the previous
value.
-rw-r--r-- | src/corelib/global/qnamespace.qdoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index 7ee7a76..70ca507 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -134,7 +134,6 @@ \value AA_DontShowIconsInMenus Actions with the Icon property won't be shown in any menus unless specifically set by the QAction::iconVisibleInMenu property. - Menus that are currently open or menus already created in the native Mac OS X menubar \e{may not} pick up a change in this attribute. Changes in the QAction::iconVisibleInMenu property will always be picked up. |