aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilertracefile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertracefile.cpp')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertracefile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertracefile.cpp b/src/plugins/qmlprofiler/qmlprofilertracefile.cpp
index 38ac383f363..075c518e779 100644
--- a/src/plugins/qmlprofiler/qmlprofilertracefile.cpp
+++ b/src/plugins/qmlprofiler/qmlprofilertracefile.cpp
@@ -789,7 +789,7 @@ void QmlProfilerTraceFile::saveQtd(QIODevice *device)
if (stream.hasError())
fail(tr("Error writing trace file."));
}, [this](const QString &message) {
- fail(tr("Could not re-read events from temporary trace file: %s\nSaving failed.")
+ fail(tr("Could not re-read events from temporary trace file: %1\nSaving failed.")
.arg(message));
}, future());
}
@@ -857,7 +857,7 @@ void QmlProfilerTraceFile::saveQzt(QIODevice *device)
addEventsProgress(traceEnd() - lastProgressTimestamp);
}
}, [this](const QString &message) {
- fail(tr("Could not re-read events from temporary trace file: %s\nSaving failed.")
+ fail(tr("Could not re-read events from temporary trace file: %1\nSaving failed.")
.arg(message));
}, future());
}