OSDN Git Service

optimize QRegExp::escape() for case that string will not need escaping
authorIvailo Monev <xakepa10@laimg.moc>
Fri, 13 Dec 2019 15:34:20 +0000 (15:34 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Fri, 13 Dec 2019 15:34:20 +0000 (15:34 +0000)
commitcc43a8de3b848667d77f8868f599759e554549ef
tree690ee3491298d8d39c8c757cf1d45d4c10b48b63
parent5f238cb21d2ac7aad465846f11f9ed25512892ca
optimize QRegExp::escape() for case that string will not need escaping

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/core/tools/qregexp.cpp