summaryrefslogtreecommitdiff
path: root/src/plugins/qnx/qnxruncontrolfactory.cpp
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-01-08 07:48:54 +0100
committerhjk <hjk@theqtcompany.com>2016-01-08 09:37:00 +0000
commit91d9daa55af9b8cbfedcf95da858c20e983000ff (patch)
tree50aaf76de0736e31aa2df0a6ea6821a9400396df /src/plugins/qnx/qnxruncontrolfactory.cpp
parent1d7243e72481478c8ce97dd0b5900661af0cab8d (diff)
downloadqt-creator-91d9daa55af9b8cbfedcf95da858c20e983000ff.tar.gz
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>
Diffstat (limited to 'src/plugins/qnx/qnxruncontrolfactory.cpp')
-rw-r--r--src/plugins/qnx/qnxruncontrolfactory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qnx/qnxruncontrolfactory.cpp b/src/plugins/qnx/qnxruncontrolfactory.cpp
index e7d2adfa34..5e7a602e69 100644
--- a/src/plugins/qnx/qnxruncontrolfactory.cpp
+++ b/src/plugins/qnx/qnxruncontrolfactory.cpp
@@ -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(' '));