equal
deleted
inserted
replaced
267 line = line.trimmed(); |
267 line = line.trimmed(); |
268 |
268 |
269 if (line.isEmpty() || line.startsWith(QLatin1Char('#'))) |
269 if (line.isEmpty() || line.startsWith(QLatin1Char('#'))) |
270 continue; |
270 continue; |
271 |
271 |
272 if (!rangeExpr.exactMatch(line) || rangeExpr.numCaptures() != 3) |
272 if (!rangeExpr.exactMatch(line) || rangeExpr.captureCount() != 3) |
273 continue; |
273 continue; |
274 |
274 |
275 QPF::CharacterRange range; |
275 QPF::CharacterRange range; |
276 |
276 |
277 bool ok = false; |
277 bool ok = false; |