forked from qt-creator/qt-creator
Core: Rename ActionBuilder::setContainer to addToContainer
An action/command can be used in several places. Change-Id: Ifa26f64f7d200d93ada13f272de0fa833f886997 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -47,7 +47,7 @@ void LanguageClientPlugin::initialize()
|
||||
|
||||
ActionBuilder inspectAction(this, "LanguageClient.InspectLanguageClients");
|
||||
inspectAction.setText(Tr::tr("Inspect Language Clients..."));
|
||||
inspectAction.setContainer(Core::Constants::M_TOOLS_DEBUG);
|
||||
inspectAction.addToContainer(Core::Constants::M_TOOLS_DEBUG);
|
||||
inspectAction.setOnTriggered(this, &LanguageClientManager::showInspector);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user