Home | History | Annotate | Download | only in qt

Lines Matching refs:fileProtocol

296         size_t fileProtocol = newMessage.indexOf(QLatin1String("file://"));
297 if (fileProtocol != -1) {
298 newMessage = newMessage.left(fileProtocol) + urlSuitableForTestResult(newMessage.mid(fileProtocol));