From 953843800b0c7fa946e8b203d4cbe34978e02895 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Wed, 17 Aug 2011 09:20:22 +1000 Subject: [PATCH] Add module qualifier to \qmlattachedproperty docs Was missed by initial script. Change-Id: Ib5e6482f53bda25b516075b52eb71f87b9279655 Reviewed-on: http://codereview.qt.nokia.com/3057 Reviewed-by: Qt Sanity Bot Reviewed-by: Michael Brasser --- src/declarative/items/qsggridview.cpp | 6 +++--- src/declarative/items/qsglistview.cpp | 12 ++++++------ src/declarative/items/qsgpathview.cpp | 6 +++--- src/declarative/items/qsgvisualitemmodel.cpp | 2 +- src/declarative/util/qdeclarativepackage.cpp | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/declarative/items/qsggridview.cpp b/src/declarative/items/qsggridview.cpp index 5cfb04e..bc4954a 100644 --- a/src/declarative/items/qsggridview.cpp +++ b/src/declarative/items/qsggridview.cpp @@ -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. diff --git a/src/declarative/items/qsglistview.cpp b/src/declarative/items/qsglistview.cpp index 11828fc..3be4a4b 100644 --- a/src/declarative/items/qsglistview.cpp +++ b/src/declarative/items/qsglistview.cpp @@ -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. diff --git a/src/declarative/items/qsgpathview.cpp b/src/declarative/items/qsgpathview.cpp index 54344d0..88c5df9 100644 --- a/src/declarative/items/qsgpathview.cpp +++ b/src/declarative/items/qsgpathview.cpp @@ -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. diff --git a/src/declarative/items/qsgvisualitemmodel.cpp b/src/declarative/items/qsgvisualitemmodel.cpp index 2fa4e42..5dfe01d 100644 --- a/src/declarative/items/qsgvisualitemmodel.cpp +++ b/src/declarative/items/qsgvisualitemmodel.cpp @@ -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. diff --git a/src/declarative/util/qdeclarativepackage.cpp b/src/declarative/util/qdeclarativepackage.cpp index 915633f..4973ee2 100644 --- a/src/declarative/util/qdeclarativepackage.cpp +++ b/src/declarative/util/qdeclarativepackage.cpp @@ -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. */ -- 1.7.2.5