aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmlbind.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/types/qqmlbind.cpp')
-rw-r--r--src/qml/types/qqmlbind.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qml/types/qqmlbind.cpp b/src/qml/types/qqmlbind.cpp
index e3a3d55e18..f6da64f913 100644
--- a/src/qml/types/qqmlbind.cpp
+++ b/src/qml/types/qqmlbind.cpp
@@ -150,7 +150,7 @@ QQmlBind::~QQmlBind()
}
/*!
- \qmlproperty bool QtQml2::Binding::when
+ \qmlproperty bool QtQml::Binding::when
This property holds when the binding is active.
This should be set to an expression that evaluates to true when you want the binding to be active.
@@ -182,7 +182,7 @@ void QQmlBind::setWhen(bool v)
}
/*!
- \qmlproperty Object QtQml2::Binding::target
+ \qmlproperty Object QtQml::Binding::target
The object to be updated.
*/
@@ -209,7 +209,7 @@ void QQmlBind::setObject(QObject *obj)
}
/*!
- \qmlproperty string QtQml2::Binding::property
+ \qmlproperty string QtQml::Binding::property
The property to be updated.
*/
@@ -236,7 +236,7 @@ void QQmlBind::setProperty(const QString &p)
}
/*!
- \qmlproperty any QtQml2::Binding::value
+ \qmlproperty any QtQml::Binding::value
The value to be set on the target object and property. This can be a
constant (which isn't very useful), or a bound expression.