summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/image/blendbench/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/gui/image/blendbench/main.cpp')
-rw-r--r--tests/benchmarks/gui/image/blendbench/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/gui/image/blendbench/main.cpp b/tests/benchmarks/gui/image/blendbench/main.cpp
index 82d7d4bd62..75e8e82f26 100644
--- a/tests/benchmarks/gui/image/blendbench/main.cpp
+++ b/tests/benchmarks/gui/image/blendbench/main.cpp
@@ -126,7 +126,7 @@ void BlendBench::blendBench_data()
for (int brush = ImageBrush; brush <= SolidBrush; ++brush)
for (int mode = first; mode < limit; ++mode)
QTest::newRow(QString("brush=%1; mode=%2")
- .arg(brushTypes[brush]).arg(compositionModes[mode]).toAscii().data())
+ .arg(brushTypes[brush]).arg(compositionModes[mode]).toLatin1().data())
<< brush << mode;
}