From 244cdb7804e7e45f235836d4656644d5bf9135ee Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 27 May 2015 13:59:56 +0200 Subject: Debugger: Split off runtime-only items from DebuggerStartParameters Right now, DebuggerStartParameter is part of the debugger plugin external interface. Better not make it fatter than necessary. Change-Id: I3b9205089f971dd314ccba1335b5ca2d4d9fe7c6 Reviewed-by: Christian Stenger Reviewed-by: David Schulz --- src/plugins/debugger/debuggersourcepathmappingwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/debugger/debuggersourcepathmappingwidget.cpp') diff --git a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp index 8aa29de282..fa8a81fb9b 100644 --- a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp +++ b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp @@ -29,7 +29,7 @@ ****************************************************************************/ #include "debuggersourcepathmappingwidget.h" -#include "debuggerstartparameters.h" +#include "debuggerengine.h" #include @@ -438,7 +438,7 @@ static QString findQtInstallPath(const FileName &qmakePath) /* Merge settings for an installed Qt (unless another setting * is already in the map. */ DebuggerSourcePathMappingWidget::SourcePathMap - DebuggerSourcePathMappingWidget::mergePlatformQtPath(const DebuggerStartParameters &sp, + DebuggerSourcePathMappingWidget::mergePlatformQtPath(const DebuggerRunParameters &sp, const SourcePathMap &in) { const FileName qmake = BuildableHelperLibrary::findSystemQt(sp.environment); -- cgit v1.2.1