Undocument Qt::AnchorAttribute
authorJeremy Katz <jeremy.katz@nokia.com>
Mon, 16 Jul 2012 12:53:13 +0000 (14:53 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 16 Jul 2012 14:30:55 +0000 (16:30 +0200)
AnchorAttribute was removed as part of the Qt3Support cleanup.

Change-Id: I58d8e471d4bc1af420ec8eaab6d34c1718b30382
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/corelib/global/qnamespace.qdoc

index 8eac555..60dc65b 100644 (file)
 */
 
 /*!
-  \enum Qt::AnchorAttribute
-
-  An anchor has one or more of the following attributes:
-
-  \value AnchorName the name attribute of the anchor. This attribute is
-  used when scrolling to an anchor in the document.
-
-  \value AnchorHref the href attribute of the anchor. This attribute is
-  used when a link is clicked to determine what content to load.
-*/
-
-/*!
     \enum Qt::SortOrder
 
     This enum describes how the items in a widget are sorted.