diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2012-06-20 10:52:01 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-06-21 05:32:45 +0200 |
commit | 1c7061718828f26ac0424e6f3b17b04ddb4beaea (patch) | |
tree | 8d176ac8656058a07eec381d5e4650899d43eb9d /src/imports/location/qdeclarativegeomapquickitem.cpp | |
parent | d586c9a22462b170b495aca0469462b4f9f5784f (diff) | |
download | qtlocation-1c7061718828f26ac0424e6f3b17b04ddb4beaea.tar.gz |
Fix up documentation.
- Fix snippet inclusion, incorrect path.
- Remove duplicate code from docs, use snippets from examples instead.
- Fix broken links.
- Missing C++ class in QML docs.
- \bold -> \b
- Fix qdoc warning about \qmlslot and \qmlmethod.
- These slots don't need to be slots, change them to Q_INVOKABLES
and document them as \qmlmethod.
- Remove unneeded signal documentation, it is covered by the
property documentation.
Change-Id: I19aa35d7db999057f7e647bd61371332ab26170f
Reviewed-by: Ian Chen <ian.1.chen@nokia.com>
Diffstat (limited to 'src/imports/location/qdeclarativegeomapquickitem.cpp')
-rw-r--r-- | src/imports/location/qdeclarativegeomapquickitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/location/qdeclarativegeomapquickitem.cpp b/src/imports/location/qdeclarativegeomapquickitem.cpp index b21d2f25..c6e559c0 100644 --- a/src/imports/location/qdeclarativegeomapquickitem.cpp +++ b/src/imports/location/qdeclarativegeomapquickitem.cpp @@ -141,7 +141,7 @@ QT_BEGIN_NAMESPACE \section2 Limitations - \bold{Note:} Due to an implementation detail, items placed inside a + \note Due to an implementation detail, items placed inside a MapQuickItem will have a \c{parent} item which is not the MapQuickItem. Refer to the MapQuickItem by its \c{id}, and avoid the use of \c{anchor} in the \c{sourceItem}. |