Home
last modified time | relevance | path

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

/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/containments/desktop/plugins/folder/
H A Dfoldermodel.cpp1429 bool rightIsDir = isDir(right, dirModel); in lessThan() local
1431 if (leftIsDir && !rightIsDir) { in lessThan()
1435 if (!leftIsDir && rightIsDir) { in lessThan()