aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/painting/paintbenchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/qml/painting/paintbenchmark.cpp')
-rw-r--r--tests/benchmarks/qml/painting/paintbenchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/qml/painting/paintbenchmark.cpp b/tests/benchmarks/qml/painting/paintbenchmark.cpp
index 98d8d7c16a..d195675ab8 100644
--- a/tests/benchmarks/qml/painting/paintbenchmark.cpp
+++ b/tests/benchmarks/qml/painting/paintbenchmark.cpp
@@ -322,7 +322,7 @@ public:
int len = strlen(chars);
for (int i = 0; i < lines; ++i) {
for (int j = 0; j < 60; j++) {
- strings[i] += QChar(chars[QRandomGenerator::bounded(len)]);
+ strings[i] += QChar(chars[QRandomGenerator::global()->bounded(len)]);
}
}
}