Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils.cpp95 bool hasAlt = false; in qlocationutils_readGga() local
96 double alt = parts[9].toDouble(&hasAlt); in qlocationutils_readGga()
97 if (hasAlt) in qlocationutils_readGga()