forked from qt-creator/qt-creator
Fix missing white spaces
Change-Id: Ifec1a3200786f88e21feab57c4b8eac436c3f174 Reviewed-by: Mehdi Fekari <mfekari@blackberry.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -168,8 +168,8 @@ void BlackBerryApplicationRunner::checkDeviceRuntimeVersion(int status)
|
|||||||
const QMessageBox::StandardButton answer =
|
const QMessageBox::StandardButton answer =
|
||||||
QMessageBox::question(Core::ICore::mainWindow(),
|
QMessageBox::question(Core::ICore::mainWindow(),
|
||||||
tr("Confirmation"),
|
tr("Confirmation"),
|
||||||
tr("The device runtime version(%1) does not match "
|
tr("The device runtime version (%1) does not match "
|
||||||
"the API level version(%2).\n"
|
"the API level version (%2).\n"
|
||||||
"This may cause unexpected behavior when debugging.\n"
|
"This may cause unexpected behavior when debugging.\n"
|
||||||
"Do you want to continue anyway?")
|
"Do you want to continue anyway?")
|
||||||
.arg(runtimeVersion, m_bbApiLevelVersion.toString()),
|
.arg(runtimeVersion, m_bbApiLevelVersion.toString()),
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ bool BlackBerryCheckDeviceStatusStep::handleVersionMismatch(const QString &runti
|
|||||||
// TODO: Check if a matching API level exists in the user configurations,
|
// TODO: Check if a matching API level exists in the user configurations,
|
||||||
// otherwise let the user download the matching device runtime.
|
// otherwise let the user download the matching device runtime.
|
||||||
const QMessageBox::StandardButton answer = QMessageBox::question(Core::ICore::mainWindow(), tr("Confirmation"),
|
const QMessageBox::StandardButton answer = QMessageBox::question(Core::ICore::mainWindow(), tr("Confirmation"),
|
||||||
tr("The device runtime version(%1) does not match the API level version(%2).\n"
|
tr("The device runtime version (%1) does not match the API level version (%2).\n"
|
||||||
"Do you want to continue anyway?").arg(runtimeVersion, apiLevelVersion),
|
"Do you want to continue anyway?").arg(runtimeVersion, apiLevelVersion),
|
||||||
QMessageBox::Yes | QMessageBox::No);
|
QMessageBox::Yes | QMessageBox::No);
|
||||||
return answer == QMessageBox::Yes;
|
return answer == QMessageBox::Yes;
|
||||||
|
|||||||
Reference in New Issue
Block a user