Searched refs:regexpRight (Results 1 – 1 of 1) sorted by relevance
301 QRegExp regexpRight(regexpLeft); in lessThan() local302 …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()