Add module qualifier to \qmlattachedproperty docs
authorAlan Alpert <alan.alpert@nokia.com>
Tue, 16 Aug 2011 23:20:22 +0000 (09:20 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 17 Aug 2011 00:07:59 +0000 (02:07 +0200)
Was missed by initial script.

Change-Id: Ib5e6482f53bda25b516075b52eb71f87b9279655
Reviewed-on: http://codereview.qt.nokia.com/3057
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
src/declarative/items/qsggridview.cpp
src/declarative/items/qsglistview.cpp
src/declarative/items/qsgpathview.cpp
src/declarative/items/qsgvisualitemmodel.cpp
src/declarative/util/qdeclarativepackage.cpp

index 5cfb04e..bc4954a 100644 (file)
@@ -1065,14 +1065,14 @@ void QSGGridView::setHighlightFollowsCurrentItem(bool autoHighlight)
 }
 
 /*!
-    \qmlattachedproperty bool GridView::isCurrentItem
+    \qmlattachedproperty bool QtQuick2::GridView::isCurrentItem
     This attached property is true if this delegate is the current item; otherwise false.
 
     It is attached to each instance of the delegate.
 */
 
 /*!
-    \qmlattachedproperty GridView GridView::view
+    \qmlattachedproperty GridView QtQuick2::GridView::view
     This attached property holds the view that manages this delegate instance.
 
     It is attached to each instance of the delegate.
@@ -1081,7 +1081,7 @@ void QSGGridView::setHighlightFollowsCurrentItem(bool autoHighlight)
 */
 
 /*!
-    \qmlattachedproperty bool GridView::delayRemove
+    \qmlattachedproperty bool QtQuick2::GridView::delayRemove
     This attached property holds whether the delegate may be destroyed.
 
     It is attached to each instance of the delegate.
index 11828fc..3be4a4b 100644 (file)
@@ -1337,7 +1337,7 @@ QSGListView::~QSGListView()
 }
 
 /*!
-    \qmlattachedproperty bool ListView::isCurrentItem
+    \qmlattachedproperty bool QtQuick2::ListView::isCurrentItem
     This attached property is true if this delegate is the current item; otherwise false.
 
     It is attached to each instance of the delegate.
@@ -1348,14 +1348,14 @@ QSGListView::~QSGListView()
 */
 
 /*!
-    \qmlattachedproperty ListView ListView::view
+    \qmlattachedproperty ListView QtQuick2::ListView::view
     This attached property holds the view that manages this delegate instance.
 
     It is attached to each instance of the delegate.
 */
 
 /*!
-    \qmlattachedproperty string ListView::previousSection
+    \qmlattachedproperty string QtQuick2::ListView::previousSection
     This attached property holds the section of the previous element.
 
     It is attached to each instance of the delegate.
@@ -1364,7 +1364,7 @@ QSGListView::~QSGListView()
 */
 
 /*!
-    \qmlattachedproperty string ListView::nextSection
+    \qmlattachedproperty string QtQuick2::ListView::nextSection
     This attached property holds the section of the next element.
 
     It is attached to each instance of the delegate.
@@ -1373,7 +1373,7 @@ QSGListView::~QSGListView()
 */
 
 /*!
-    \qmlattachedproperty string ListView::section
+    \qmlattachedproperty string QtQuick2::ListView::section
     This attached property holds the section of this element.
 
     It is attached to each instance of the delegate.
@@ -1382,7 +1382,7 @@ QSGListView::~QSGListView()
 */
 
 /*!
-    \qmlattachedproperty bool ListView::delayRemove
+    \qmlattachedproperty bool QtQuick2::ListView::delayRemove
     This attached property holds whether the delegate may be destroyed.
 
     It is attached to each instance of the delegate.
index 54344d0..88c5df9 100644 (file)
@@ -432,14 +432,14 @@ QSGPathView::~QSGPathView()
 }
 
 /*!
-    \qmlattachedproperty PathView PathView::view
+    \qmlattachedproperty PathView QtQuick2::PathView::view
     This attached property holds the view that manages this delegate instance.
 
     It is attached to each instance of the delegate.
 */
 
 /*!
-    \qmlattachedproperty bool PathView::onPath
+    \qmlattachedproperty bool QtQuick2::PathView::onPath
     This attached property holds whether the item is currently on the path.
 
     If a pathItemCount has been set, it is possible that some items may
@@ -459,7 +459,7 @@ QSGPathView::~QSGPathView()
 */
 
 /*!
-    \qmlattachedproperty bool PathView::isCurrentItem
+    \qmlattachedproperty bool QtQuick2::PathView::isCurrentItem
     This attached property is true if this delegate is the current item; otherwise false.
 
     It is attached to each instance of the delegate.
index 2fa4e42..5dfe01d 100644 (file)
@@ -167,7 +167,7 @@ QSGVisualItemModel::QSGVisualItemModel(QObject *parent)
 }
 
 /*!
-    \qmlattachedproperty int VisualItemModel::index
+    \qmlattachedproperty int QtQuick2::VisualItemModel::index
     This attached property holds the index of this delegate's item within the model.
 
     It is attached to each instance of the delegate.
index 915633f..4973ee2 100644 (file)
@@ -76,7 +76,7 @@ QT_BEGIN_NAMESPACE
 */
 
 /*!
-    \qmlattachedproperty string Package::name
+    \qmlattachedproperty string QtQuick2::Package::name
     This attached property holds the name of an item within a Package.
 */