forked from qt-creator/qt-creator
Qnx: Remove unused arg
Amends 4bddce64f5
Change-Id: Ie1b344714f6759733a7e25649a856c86e6bbbcf8
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user