apidocs++

This commit is contained in:
Marco Martin 2013-12-24 15:46:22 +01:00
parent a721878fda
commit 4e2db852dc

View File

@ -95,7 +95,9 @@ public:
QVariantMap data() const {return m_data;}
/**
* All the models associated to this DataEngine, indexed by source
* All the models associated to this DataEngine, indexed by source.
* In order for a model to be present, besides being implemented in the DataEngine,
* The user has to be connected to its source, so the source name has to be present in the connectedSources property.
*/
Q_PROPERTY(QQmlPropertyMap *models READ models CONSTANT);
QQmlPropertyMap *models() const {return m_models;}