MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / slotPluginItemSelected

Method slotPluginItemSelected

src/plugins/core/gui/pluginsui.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void PluginsUi::slotPluginItemSelected()
61{
62 auto pluginListView = pluginStoreWidget->getPluginListView();
63 dpf::PluginMetaObjectPointer plugin = pluginListView->currentPlugin();
64 pluginDetailView->update(plugin);
65}
66
67void PluginsUi::reLaunchRequired()
68{

Callers

nothing calls this directly

Calls 3

getPluginListViewMethod · 0.80
currentPluginMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected