| 58 | } |
| 59 | |
| 60 | void PluginsUi::slotPluginItemSelected() |
| 61 | { |
| 62 | auto pluginListView = pluginStoreWidget->getPluginListView(); |
| 63 | dpf::PluginMetaObjectPointer plugin = pluginListView->currentPlugin(); |
| 64 | pluginDetailView->update(plugin); |
| 65 | } |
| 66 | |
| 67 | void PluginsUi::reLaunchRequired() |
| 68 | { |
nothing calls this directly
no test coverage detected