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:
Tobias Hunger
2013-10-29 14:06:55 +01:00
committed by hjk
parent b55f60b110
commit 22da799cf1
2 changed files with 9 additions and 3 deletions

View File

@@ -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;