forked from qt-creator/qt-creator
BlackBerry: Fix missing error string
Change-Id: I674f90eb871fdb0cbb84207a402d434aca966d1e Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by: Mehdi Fekari <mfekari@rim.com> Reviewed-by: Tobias Nätterlund <tobias.naetterlund@kdab.com>
This commit is contained in:
committed by
Rafael Roquetto
parent
17cd161a9d
commit
11fa9797ec
@@ -50,7 +50,7 @@ BlackBerryDebugTokenRequester::BlackBerryDebugTokenRequester(QObject *parent) :
|
||||
addErrorStringMapping(QLatin1String(ERR_WRONG_KEYSTORE_PASS), WrongKeystorePassword);
|
||||
addErrorStringMapping(QLatin1String(ERR_WRONG_KEYSTORE_PASS), WrongKeystorePassword);
|
||||
addErrorStringMapping(QLatin1String(ERR_NETWORK_UNREACHABLE), NetworkUnreachable);
|
||||
addErrorStringMapping(QLatin1String(ERR_NOT_YET_REGISTGERED), BlackBerryNdkProcess::UnknownError);
|
||||
addErrorStringMapping(QLatin1String(ERR_NOT_YET_REGISTGERED), NotYetRegistered);
|
||||
}
|
||||
|
||||
void BlackBerryDebugTokenRequester::requestDebugToken(const QString &path,
|
||||
|
||||
Reference in New Issue
Block a user