Qnx: Remove unused arg

Amends 4bddce64f5

Change-Id: Ie1b344714f6759733a7e25649a856c86e6bbbcf8
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2024-11-18 19:32:51 +01:00
parent 116d5224e9
commit 72fcd85539

View File

@@ -37,7 +37,7 @@ void Slog2InfoRunner::start()
const auto onTestSetup = [this](Process &process) { const auto onTestSetup = [this](Process &process) {
process.setCommand(CommandLine{device()->filePath("slog2info")}); process.setCommand(CommandLine{device()->filePath("slog2info")});
}; };
const auto onTestDone = [this](DoneWith result) { const auto onTestDone = [this] {
appendMessage(Tr::tr("Warning: \"slog2info\" is not found on the device, " appendMessage(Tr::tr("Warning: \"slog2info\" is not found on the device, "
"debug output not available."), ErrorMessageFormat); "debug output not available."), ErrorMessageFormat);
}; };