summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-05-16 01:13:27 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-05-16 01:13:27 (GMT)
commit7c2ea533997f547ea44efcadbd311e75e46ba0c1 (patch)
treec643116900125c27db3c381df3c65dd54fb00f71
parent1072379e34be71dd7cbacf762a9a1647278e2b95 (diff)
parent01a374fe8a6ac0b6e374081c07720e77c61effff (diff)
downloadQt-7c2ea533997f547ea44efcadbd311e75e46ba0c1.zip
Qt-7c2ea533997f547ea44efcadbd311e75e46ba0c1.tar.gz
Qt-7c2ea533997f547ea44efcadbd311e75e46ba0c1.tar.bz2
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qml-team
* 'master' of git://scm.dev.nokia.troll.no/qt/qt-qml-team: Doc
-rw-r--r--src/declarative/qml/qdeclarativeproperty.cpp3
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)