summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggermainwindow.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-10-12 16:30:14 +0200
committerhjk <qthjk@ovi.com>2011-10-13 17:43:57 +0200
commitf5ec093e3bd38910a603d7faa233d1b0e7348cbe (patch)
treeeb19b28e54e78af4fe4bc802b6f81dc81a8dd483 /src/plugins/debugger/debuggermainwindow.h
parentb0a20e122036e799654f703fd1f1df3fc05370d8 (diff)
downloadqt-creator-f5ec093e3bd38910a603d7faa233d1b0e7348cbe.tar.gz
Debugger: Automatically adapt to the languages the running engine supports
We used to get the layout only from the current/last run configuration. However, this fails for engines started by other means (Debug->Start Debugging submenu). Change-Id: I87e12457c7cd68a326ac1827298a3542e149199b Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/debuggermainwindow.h')
-rw-r--r--src/plugins/debugger/debuggermainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggermainwindow.h b/src/plugins/debugger/debuggermainwindow.h
index 9774705d5d..f6ab0a4782 100644
--- a/src/plugins/debugger/debuggermainwindow.h
+++ b/src/plugins/debugger/debuggermainwindow.h
@@ -62,6 +62,7 @@ public:
// Active languages to be debugged.
DebuggerLanguages activeDebugLanguages() const;
+ void setEngineDebugLanguages(DebuggerLanguages languages);
// Called when all dependent plugins have loaded.
void initialize();