From 91d9daa55af9b8cbfedcf95da858c20e983000ff Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 8 Jan 2016 07:48:54 +0100 Subject: 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 --- src/plugins/qnx/qnxruncontrolfactory.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/qnx/qnxruncontrolfactory.cpp') 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(' ')); -- cgit v1.2.1