Home
last modified time | relevance | path

Searched refs:fcProp (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.cpp154 QQmlListProperty<WeatherData> *fcProp; member in AppModelPrivate
167 fcProp(NULL), in AppModelPrivate()
211 d->fcProp = new QQmlListProperty<WeatherData>(this, d, in AppModel()
512 return *(d->fcProp); in forecast()