aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-10-14 13:50:13 +0200
committerNico Vertriest <nico.vertriest@digia.com>2015-10-15 13:26:18 +0000
commitc3bfb4f9ca9dacdfbe81e6a594d18b6070f0edbc (patch)
treea08bd45c538640d34be1f8f7f0be41b1ad4279ac /src/qml
parent5b726c3135f7a86e9712d393ae5e75cca73b8e57 (diff)
Doc: corrected syntax errors \qmlmethod
Task-number: QTBUG-43810 Change-Id: I694e9046ba32144b084277637b47d7ce23c633a9 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/types/qqmlinstantiator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/types/qqmlinstantiator.cpp b/src/qml/types/qqmlinstantiator.cpp
index 735463a058..448a591e22 100644
--- a/src/qml/types/qqmlinstantiator.cpp
+++ b/src/qml/types/qqmlinstantiator.cpp
@@ -426,7 +426,7 @@ void QQmlInstantiator::setModel(const QVariant &v)
}
/*!
- \qmlproperty QtQml::QtObject QtQml::Instantiator::object
+ \qmlproperty QtObject QtQml::Instantiator::object
This is a reference to the first created object, intended as a convenience
for the case where only one object has been created.
@@ -440,7 +440,7 @@ QObject *QQmlInstantiator::object() const
}
/*!
- \qmlmethod QtQml::QtObject QtQml::Instantiator::objectAt
+ \qmlmethod QtObject QtQml::Instantiator::objectAt(int index)
Returns a reference to the object with the given \a index.
*/