forked from qt-creator/qt-creator
QML Inspector: Disable debug actions when qml inspector is disabled
Reviewed-by: Thomas Hartmann
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user