Qnx: Fix the QnxUtils::qdeInstallProces() implementation

Change-Id: I08805d2901b4e7577497594ea0aaf5c45bec4a5f
Reviewed-by: David Kaspar <dkaspar@blackberry.com>
Reviewed-by: Tobias Nätterlund <tobias.naetterlund@kdab.com>
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
This commit is contained in:
El Mehdi Fekari
2013-11-15 15:12:33 +01:00
committed by Mehdi Fekari
parent 5b693cdac0
commit 4444a7889c

View File

@@ -284,7 +284,7 @@ QString QnxUtils::sdkInstallerPath(const QString &ndkPath)
QString QnxUtils::qdeInstallProcess(const QString &ndkPath, const QString &option, const QString &version)
{
QString installerPath = sdkInstallerPath(ndkPath);
if (ndkPath.isEmpty())
if (installerPath.isEmpty())
return QString();
return QString::fromLatin1("%1 -nosplash -application com.qnx.tools.ide.sdk.manager.core.SDKInstallerApplication "