summaryrefslogtreecommitdiff
path: root/tests/auto/qml/persistenttrie/tst_testtrie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/persistenttrie/tst_testtrie.cpp')
-rw-r--r--tests/auto/qml/persistenttrie/tst_testtrie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/persistenttrie/tst_testtrie.cpp b/tests/auto/qml/persistenttrie/tst_testtrie.cpp
index 52370b221d..958e6b65da 100644
--- a/tests/auto/qml/persistenttrie/tst_testtrie.cpp
+++ b/tests/auto/qml/persistenttrie/tst_testtrie.cpp
@@ -350,7 +350,7 @@ void interactiveCompletionTester(){
res = matchStrengthSort(line,res);
qDebug() << "possible completions:[";
foreach (const QString &s, res) {
- qDebug() << s;
+ qDebug() << matchStrength(line,s) << " " << s;
}
qDebug() << "]";
}