Remove a few uses of RunConfiguration::displayName()

The cases handled here are later handled using generic code in
DebuggerRunControlCreator::enrich().

Change-Id: I03de1d5378718019afdb046f4446bb46a97ddee6
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2016-01-08 07:48:54 +01:00
parent 1d7243e724
commit 91d9daa55a
3 changed files with 0 additions and 3 deletions

View File

@@ -77,7 +77,6 @@ static DebuggerStartParameters createDebuggerStartParameters(QnxRunConfiguration
params.executable = runConfig->localExecutableFilePath();
params.remoteExecutable = runConfig->remoteExecutableFilePath();
params.remoteChannel = device->sshParameters().host + QLatin1String(":-1");
params.displayName = runConfig->displayName();
params.remoteSetupNeeded = true;
params.closeMode = KillAtClose;
params.processArgs = runConfig->arguments().join(QLatin1Char(' '));