aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarker/benchmarker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarker/benchmarker.cpp')
-rw-r--r--tests/benchmarker/benchmarker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarker/benchmarker.cpp b/tests/benchmarker/benchmarker.cpp
index 050eb97a7..5ecdbf08b 100644
--- a/tests/benchmarker/benchmarker.cpp
+++ b/tests/benchmarker/benchmarker.cpp
@@ -116,7 +116,7 @@ void Benchmarker::rememberCurrentRepoState()
void Benchmarker::buildQbs(const QString &buildDir) const
{
if (!QDir::root().mkpath(buildDir))
- throw Exception(QString::fromLatin1("Failed to create directory '%1'.").arg(buildDir));
+ throw Exception(QStringLiteral("Failed to create directory '%1'.").arg(buildDir));
runProcess(QStringList() << "qmake" << "CONFIG+=force_debug_info"
<< (m_qbsRepo + "/qbs.pro"), buildDir);
runProcess(QStringList() << "make" << "-s", buildDir);