QML Inspector: Disable debug actions when qml inspector is disabled

Reviewed-by: Thomas Hartmann
This commit is contained in:
Lasse Holmstedt
2010-07-29 16:58:12 +02:00
parent 4660ff4a04
commit 308b462973
3 changed files with 13 additions and 3 deletions

View File

@@ -153,6 +153,11 @@ DebuggerUISwitcher::~DebuggerUISwitcher()
delete d;
}
QStringList DebuggerUISwitcher::supportedLanguages() const
{
return d->m_languages;
}
void DebuggerUISwitcher::addMenuAction(Core::Command *command, const QString &langName,
const QString &group)
{