Merge remote-tracking branch 'origin/4.14' into 4.15

Change-Id: I72ac4dab24021f0272a30400cc801387f0dcb558
This commit is contained in:
Eike Ziller
2021-03-22 09:24:41 +01:00
4 changed files with 452 additions and 2 deletions

View File

@@ -563,7 +563,7 @@ void AndroidDeployQtStep::stdError(const QString &line)
if (newOutput.startsWith("warning", Qt::CaseInsensitive)
|| newOutput.startsWith("note", Qt::CaseInsensitive))
TaskHub::addTask(DeploymentTask(Task::Warning, newOutput));
else
else if (newOutput != QLatin1String("All files should be loaded. Notifying the device."))
TaskHub::addTask(DeploymentTask(Task::Error, newOutput));
}