Home
last modified time | relevance | path

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

/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/processui/
H A DProcessModel.cpp301 QRegExp regexpRight(regexpLeft); in lessThan() local
302 …if (regexpLeft.indexIn(QString::fromUtf8(processLeft->tty())) == -1 || regexpRight.indexIn(QString… in lessThan()
304 int nameMatch = regexpLeft.cap(1).compare(regexpRight.cap(1)); in lessThan()
309 return regexpLeft.cap(2).toInt() < regexpRight.cap(2).toInt(); in lessThan()