Home
last modified time | relevance | path

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

/dports/graphics/okular/okular-21.12.3/part/
H A Dpageview.cpp3286 QSet<int> affectedItemsSet; in textSelections() local
3290 affectedItemsSet.insert(item->pageNumber()); in textSelections()
3293 qCDebug(OkularUiDebug) << ">>>> item selected by mouse:" << affectedItemsSet.count(); in textSelections()
3296 if (!affectedItemsSet.isEmpty()) { in textSelections()
3302 for (const int p : qAsConst(affectedItemsSet)) { in textSelections()