Home
last modified time | relevance | path

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

/dports/graphics/digikam/digikam-7.4.0/core/app/views/tableview/
H A Dtableview_column_geo.cpp224 const bool hasAltitudeA = infoA.hasAltitude(); in compare() local
227 if (hasAltitudeA && hasAltitudeB) in compare()
235 return (compareHelper<int>(int(hasAltitudeA), int(hasAltitudeB))); in compare()