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:
hjk
2017-05-16 12:21:20 +02:00
parent cccc6b37ec
commit a7ad7f1766
10 changed files with 147 additions and 206 deletions

View File

@@ -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;
}