Doc
Change-Id: I25f1885ef285fb3bd14c1f499b9f42e38bba5ec6 Task-number: QTBUG-19265 (cherry picked from commit 01a374fe8a6ac0b6e374081c07720e77c61effff)
This commit is contained in:
parent
68d18d77eb
commit
220b2384a5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue