From c3bfb4f9ca9dacdfbe81e6a594d18b6070f0edbc Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Wed, 14 Oct 2015 13:50:13 +0200 Subject: Doc: corrected syntax errors \qmlmethod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-43810 Change-Id: I694e9046ba32144b084277637b47d7ce23c633a9 Reviewed-by: Martin Smith Reviewed-by: Topi Reiniƶ --- src/qml/types/qqmlinstantiator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qml') 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. */ -- cgit v1.2.3