summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-01-07 14:45:59 +0100
committeraxis <qt-info@nokia.com>2010-01-08 16:11:24 +0100
commit3b62b3384e0008ab1dba210f55b70d666924d06e (patch)
tree093835185244fd1a255a6987c1d4293f056249ee
parenta518a9151964edcfaa805fd68c24883bd8eae97d (diff)
downloadqt4-tools-3b62b3384e0008ab1dba210f55b70d666924d06e.tar.gz
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.qdoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 7ee7a76740..70ca50762b 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.