forked from qt-creator/qt-creator
WinRt: Port to RunWorkers
Keeping it as one blob for now, a proper split in the new architecture would make WinRtRunnerHelper a RunWorker, too. Change-Id: Ie310d05c1edf0ef9544b80743c140e44fcffc3ae Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -535,7 +535,8 @@ void DebuggerRunTool::setRunParameters(const DebuggerRunParameters &rp, QString
|
||||
{
|
||||
int portsUsed = portsUsedByDebugger();
|
||||
if (portsUsed > device()->freePorts().count()) {
|
||||
*errorMessage = tr("Cannot debug: Not enough free ports available.");
|
||||
if (errorMessage)
|
||||
*errorMessage = tr("Cannot debug: Not enough free ports available.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user