diff options
| author | hjk <hjk@theqtcompany.com> | 2016-01-28 10:31:24 +0100 |
|---|---|---|
| committer | hjk <hjk@theqtcompany.com> | 2016-01-28 14:15:54 +0000 |
| commit | 2cf006059614a033fe3ff6d63bfa39c062514633 (patch) | |
| tree | 2c731e5ae9b2c66bb526a0e413780e202f8633d3 /src/plugins/debugger/debuggersourcepathmappingwidget.cpp | |
| parent | 67e952e888dcb43466a031015e1917890c640470 (diff) | |
| download | qt-creator-2cf006059614a033fe3ff6d63bfa39c062514633.tar.gz | |
Debugger: Use StandardRunnable in DebuggerStartParameters
This is a mechanical replacement for the former executable, processArgs,
inferiorEnvironment and workingDirectory members.
Change-Id: I4160e01427ed801df9b729f1f31d0a2ca48159b5
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/debuggersourcepathmappingwidget.cpp')
| -rw-r--r-- | src/plugins/debugger/debuggersourcepathmappingwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp index 4d3efa0953..535a2fda72 100644 --- a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp +++ b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp @@ -435,7 +435,7 @@ DebuggerSourcePathMappingWidget::SourcePathMap DebuggerSourcePathMappingWidget::mergePlatformQtPath(const DebuggerRunParameters &sp, const SourcePathMap &in) { - const FileName qmake = BuildableHelperLibrary::findSystemQt(sp.inferiorEnvironment); + const FileName qmake = BuildableHelperLibrary::findSystemQt(sp.inferior.environment); // FIXME: Get this from the profile? // We could query the QtVersion for this information directly, but then we // will need to add a dependency on QtSupport to the debugger. |
