summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggeruiswitcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggeruiswitcher.h')
-rw-r--r--src/plugins/debugger/debuggeruiswitcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggeruiswitcher.h b/src/plugins/debugger/debuggeruiswitcher.h
index 52a4e1cb3a..522d5fd61a 100644
--- a/src/plugins/debugger/debuggeruiswitcher.h
+++ b/src/plugins/debugger/debuggeruiswitcher.h
@@ -77,6 +77,8 @@ public:
void addMenuAction(Core::Command *command, const QString &langName,
const QString &group = QString());
+ QStringList supportedLanguages() const;
+
// Changes the active language UI to the one specified by langName.
// Does nothing if automatic switching is toggled off from settings.
void setActiveLanguage(const QString &langName);