Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapcopyrightsnotice.cpp217 m_activeAnchor = m_copyrightsHtml->documentLayout()->anchorAt(event->pos()); in mousePressEvent()
218 if (!m_activeAnchor.isEmpty()) in mousePressEvent()
229 if (anchor == m_activeAnchor && !anchor.isEmpty()) { in mouseReleaseEvent()
231 m_activeAnchor.clear(); in mouseReleaseEvent()
H A Dqdeclarativegeomapcopyrightsnotice_p.h110 QString m_activeAnchor; variable