changeset 3 | 41300fa6a67c |
parent 0 | 1918ee327afb |
child 4 | 3b1da2848fc7 |
--- a/tools/makeqpf/mainwindow.cpp Tue Jan 26 12:42:25 2010 +0200 +++ b/tools/makeqpf/mainwindow.cpp Tue Feb 02 00:43:10 2010 +0200 @@ -269,7 +269,7 @@ if (line.isEmpty() || line.startsWith(QLatin1Char('#'))) continue; - if (!rangeExpr.exactMatch(line) || rangeExpr.numCaptures() != 3) + if (!rangeExpr.exactMatch(line) || rangeExpr.captureCount() != 3) continue; QPF::CharacterRange range;