forked from qt-creator/qt-creator
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 <christian.stenger@theqtcompany.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "debuggersourcepathmappingwidget.h"
|
||||
#include "debuggerstartparameters.h"
|
||||
#include "debuggerengine.h"
|
||||
|
||||
#include <coreplugin/variablechooser.h>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user