Doc
authorAaron Kennedy <aaron.kennedy@nokia.com>
Mon, 16 May 2011 01:08:38 +0000 (11:08 +1000)
committerAaron Kennedy <aaron.kennedy@nokia.com>
Mon, 16 May 2011 01:16:12 +0000 (11:16 +1000)
Change-Id: I25f1885ef285fb3bd14c1f499b9f42e38bba5ec6
Task-number: QTBUG-19265
(cherry picked from commit 01a374fe8a6ac0b6e374081c07720e77c61effff)

src/declarative/qml/qdeclarativeproperty.cpp

index 7f74da4..1cd3363 100644 (file)
@@ -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)