tools/makeqpf/mainwindow.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   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;