diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2011-05-16 01:08:38 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2011-05-16 01:08:38 (GMT) |
commit | 01a374fe8a6ac0b6e374081c07720e77c61effff (patch) | |
tree | c643116900125c27db3c381df3c65dd54fb00f71 | |
parent | 7fcda24112d690575007ddcb11e097a9c33e0f19 (diff) | |
download | Qt-01a374fe8a6ac0b6e374081c07720e77c61effff.zip Qt-01a374fe8a6ac0b6e374081c07720e77c61effff.tar.gz Qt-01a374fe8a6ac0b6e374081c07720e77c61effff.tar.bz2 |
Doc
Change-Id: I25f1885ef285fb3bd14c1f499b9f42e38bba5ec6
Task-number: QTBUG-19265
-rw-r--r-- | src/declarative/qml/qdeclarativeproperty.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeproperty.cpp b/src/declarative/qml/qdeclarativeproperty.cpp index 0dd0edb..f058af1 100644 --- a/src/declarative/qml/qdeclarativeproperty.cpp +++ b/src/declarative/qml/qdeclarativeproperty.cpp @@ -183,6 +183,9 @@ QDeclarativeProperty::QDeclarativeProperty(QObject *obj, const QString &name) /*! Creates a QDeclarativeProperty for the property \a name of \a obj using the \l{QDeclarativeContext} {context} \a ctxt. + + Creating a QDeclarativeProperty without a context will render some + properties - like attached properties - inaccessible. */ QDeclarativeProperty::QDeclarativeProperty(QObject *obj, const QString &name, QDeclarativeContext *ctxt) : d(new QDeclarativePropertyPrivate) |