diff options
| author | hjk <hjk@qt.io> | 2022-06-16 08:53:43 +0200 |
|---|---|---|
| committer | hjk <hjk@qt.io> | 2022-06-16 08:26:01 +0000 |
| commit | bfad59ade006fd704439c229bbb37ffc560cd243 (patch) | |
| tree | 90e335ee5912211049f05b351d7874bf2f7e88f0 /src/plugins/debugger/debuggersourcepathmappingwidget.cpp | |
| parent | 07dfd7c0b30e4a7b795b1bedf811c905f92934a2 (diff) | |
| download | qt-creator-bfad59ade006fd704439c229bbb37ffc560cd243.tar.gz | |
Debugger: Use QtcProcess::stop instead of stopProcess
Less synchronous in cases where it is not needed.
Change-Id: Ia07e6d293c7f5e6dfb81b06c0ffb6d5d651b88b3
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/debugger/debuggersourcepathmappingwidget.cpp')
| -rw-r--r-- | src/plugins/debugger/debuggersourcepathmappingwidget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp index c34b01d7c4..b5985ac214 100644 --- a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp +++ b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp @@ -453,7 +453,6 @@ static QString findQtInstallPath(const FilePath &qmakePath) return QString(); } if (!proc.waitForFinished()) { - proc.stopProcess(); qWarning("%s: Timeout running '%s'.", Q_FUNC_INFO, qPrintable(qmakePath.toString())); return QString(); } |
