forked from qt-creator/qt-creator
Debugger: Read legacy settings from both SDK and user locations
This fixes Boot2Qt setting the debugger for its kits. Change-Id: I3ac3ad70b29b6c852e5e50d3e64258e487455b43 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -83,6 +83,7 @@ private:
|
||||
static void autoDetectGdbOrLldbDebuggers();
|
||||
static void autoDetectCdbDebuggers();
|
||||
static void readLegacyDebuggers();
|
||||
static void readLegacyDebuggers(const Utils::FileName &file);
|
||||
|
||||
static Utils::PersistentSettingsWriter *m_writer;
|
||||
static QList<DebuggerItem> m_debuggers;
|
||||
|
||||
Reference in New Issue
Block a user