forked from qt-creator/qt-creator
Debugger: Remove serverStartScript run parameter
Instead, create the resulting RunWorker as dependency directly. Change-Id: Id15005bb5707bb97dfc61cc2f84409e759e60f9f Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -108,7 +108,6 @@ QDebug operator<<(QDebug str, const DebuggerRunParameters &sp)
|
||||
<< " attachPID=" << sp.attachPID.pid()
|
||||
<< " useTerminal=" << sp.useTerminal
|
||||
<< " remoteChannel=" << sp.remoteChannel
|
||||
<< " serverStartScript=" << sp.serverStartScript
|
||||
<< " abi=" << sp.toolChainAbi.toString() << '\n';
|
||||
return str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user