forked from qt-creator/qt-creator
Debugger: Use an aspect for the source path mapping
More in line with the other settings. Change-Id: I86494f1955120cddda7d2f2eec8ba0fdbfd99585 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -694,7 +694,6 @@ public:
|
||||
Console m_console; // ensure Debugger Console is created before settings are taken into account
|
||||
DebuggerSettings m_debuggerSettings;
|
||||
QStringList m_arguments;
|
||||
GlobalDebuggerOptions m_globalDebuggerOptions;
|
||||
|
||||
DebuggerItemManager m_debuggerItemManager;
|
||||
|
||||
@@ -1189,8 +1188,6 @@ DebuggerPluginPrivate::DebuggerPluginPrivate(const QStringList &arguments)
|
||||
this, &DebuggerPluginPrivate::updatePresetState);
|
||||
connect(EngineManager::instance(), &EngineManager::currentEngineChanged,
|
||||
this, &DebuggerPluginPrivate::updatePresetState);
|
||||
|
||||
m_globalDebuggerOptions.fromSettings();
|
||||
}
|
||||
|
||||
|
||||
@@ -2054,11 +2051,6 @@ void openTextEditor(const QString &titlePattern0, const QString &contents)
|
||||
QTC_ASSERT(editor, return);
|
||||
}
|
||||
|
||||
Internal::GlobalDebuggerOptions *globalDebuggerOptions()
|
||||
{
|
||||
return &dd->m_globalDebuggerOptions;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// DebuggerPlugin
|
||||
|
||||
Reference in New Issue
Block a user