forked from qt-creator/qt-creator
Android: fix missing argument in UI string
Change-Id: I9a02be25429b444704eb6864d59b2f4311ae75ea Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -168,7 +168,8 @@ bool AndroidDeployQtStep::init()
|
|||||||
if (!info.isValid()) {
|
if (!info.isValid()) {
|
||||||
const IDevice *dev = DeviceKitAspect::device(kit()).data();
|
const IDevice *dev = DeviceKitAspect::device(kit()).data();
|
||||||
if (!dev) {
|
if (!dev) {
|
||||||
reportWarningOrError(tr("The deployment device \"%1\" is invalid."), Task::Error);
|
reportWarningOrError(tr("The deployment device \"%1\" is invalid.").arg(""),
|
||||||
|
Task::Error);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user