forked from qt-creator/qt-creator
iOS: Fix some missing full stops
Change-Id: Ie6c1b9dafc3e3fe349adcbe6011244136002cc01 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -46,7 +46,7 @@ expected_str<QJsonValue> parseDevicectlResult(const QByteArray &rawOutput)
|
||||
}
|
||||
const QJsonValue resultValue = jsonOutput["result"];
|
||||
if (resultValue.isUndefined()) {
|
||||
return make_unexpected(Tr::tr("Failed to parse devicectl output: 'result' is missing"));
|
||||
return make_unexpected(Tr::tr("Failed to parse devicectl output: \"result\" is missing."));
|
||||
}
|
||||
return resultValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user