Home
last modified time | relevance | path

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

/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/metadata/geolocationedit/searches/
H A Dsearchresultmodel.cpp44 static bool RowRangeLessThan(const QPair<int, int>& a, const QPair<int, int>& b) in RowRangeLessThan() function
357 std::sort(rowRanges.begin(), rowRanges.end(), RowRangeLessThan); in removeRowsBySelection()