Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplaceeditorial.cpp48 : QPlaceContentPrivate(other), text(other.text), contentTitle(other.contentTitle), in QPlaceEditorialPrivate()
62 && contentTitle == od->contentTitle in compare()
134 return d->contentTitle; in title()
143 d->contentTitle = title; in setTitle()
H A Dqplaceeditorial_p.h71 QString contentTitle; variable