forked from qt-creator/qt-creator
Merge remote branch 'origin/2.0'
Conflicts: src/plugins/debugger/debuggeruiswitcher.cpp src/plugins/git/gitclient.cpp src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.cpp
This commit is contained in:
@@ -144,8 +144,13 @@ DebuggerUISwitcher::~DebuggerUISwitcher()
|
||||
delete d;
|
||||
}
|
||||
|
||||
void DebuggerUISwitcher::addMenuAction(Core::Command *command,
|
||||
const QString &langName, const QString &group)
|
||||
QStringList DebuggerUISwitcher::supportedLanguages() const
|
||||
{
|
||||
return d->m_languages;
|
||||
}
|
||||
|
||||
void DebuggerUISwitcher::addMenuAction(Core::Command *command, const QString &langName,
|
||||
const QString &group)
|
||||
{
|
||||
d->m_debugMenu->addAction(command, group);
|
||||
d->m_menuCommands.insert(d->m_languages.indexOf(langName), command);
|
||||
|
||||
Reference in New Issue
Block a user