diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-08-19 05:13:09 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-08-19 05:13:09 (GMT) |
commit | 9a954d44aa20e0eb21bdf2820941bd7a1908096d (patch) | |
tree | cc001010d783596afd5203781dc2eac992b6b9b5 /src/declarative/qml/qmlmetaproperty.cpp | |
parent | 9f7f71160053b64a23abc472d9d9ddd5d9bb8b3d (diff) | |
download | Qt-9a954d44aa20e0eb21bdf2820941bd7a1908096d.zip Qt-9a954d44aa20e0eb21bdf2820941bd7a1908096d.tar.gz Qt-9a954d44aa20e0eb21bdf2820941bd7a1908096d.tar.bz2 |
Various doc fixes.
Make QML docs fit in with the new Qt style. Fix numerous qdoc errors.
Diffstat (limited to 'src/declarative/qml/qmlmetaproperty.cpp')
-rw-r--r-- | src/declarative/qml/qmlmetaproperty.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlmetaproperty.cpp b/src/declarative/qml/qmlmetaproperty.cpp index e69746e..99f9f0c 100644 --- a/src/declarative/qml/qmlmetaproperty.cpp +++ b/src/declarative/qml/qmlmetaproperty.cpp @@ -540,10 +540,10 @@ QmlAbstractBinding *QmlMetaProperty::binding() const } /*! - Set the binding associated with this property to \a binding. Returns + Set the binding associated with this property to \a newBinding. Returns the existing binding (if any), otherwise 0. - \a binding will be enabled, and the returned binding (if any) will be + \a newBinding will be enabled, and the returned binding (if any) will be disabled. */ QmlAbstractBinding * |