summaryrefslogtreecommitdiffstats
path: root/tools/makeqpf/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/makeqpf/mainwindow.cpp')
-rw-r--r--tools/makeqpf/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makeqpf/mainwindow.cpp b/tools/makeqpf/mainwindow.cpp
index 8fa372b166..45ea0a3274 100644
--- a/tools/makeqpf/mainwindow.cpp
+++ b/tools/makeqpf/mainwindow.cpp
@@ -269,7 +269,7 @@ void MainWindow::populateCharacterRanges()
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;