MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / plugin

Method plugin

src/settingsdialogplugins.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179IPlugin* PluginsSettingsTab::plugin(QTreeWidgetItem* pluginItem) const
180{
181 return static_cast<IPlugin*>(qvariant_cast<void*>(pluginItem->data(0, PluginRole)));
182}
183
184void PluginsSettingsTab::update()
185{

Callers 4

updateListItemsMethod · 0.95
filterPluginListMethod · 0.95

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected