forked from qt-creator/qt-creator
Symbian: In case of failed installation user is presented URL with error codes
This commit is contained in:
@@ -570,7 +570,10 @@ void S60DeployStep::handleSymbianInstall(const Coda::CodaCommandResult &result)
|
||||
else
|
||||
initFileInstallation();
|
||||
} else {
|
||||
reportError(tr("Installation failed: %1").arg(result.errorString()));
|
||||
reportError(tr("Installation failed: %1, "
|
||||
"Explanation of error codes are available at: %2")
|
||||
.arg(result.errorString())
|
||||
.arg(QLatin1String("http://wiki.forum.nokia.com/index.php/Symbian_OS_Error_Codes")));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user