MCPcopy Create free account
hub / github.com/Atarity/Lightpack / getPluginName

Method getPluginName

Software/src/SettingsWindow.cpp:1858–1865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1856}
1857
1858QString SettingsWindow::getPluginName(const Plugin *plugin) const
1859{
1860 if (plugin->state() == QProcess::Running) {
1861 return plugin->Name().append(" (running)");
1862 } else {
1863 return plugin->Name().append(" (not running)");
1864 }
1865}
1866
1867void SettingsWindow::on_pbRunConfigurationWizard_clicked()
1868{

Callers

nothing calls this directly

Calls 3

stateMethod · 0.80
NameMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected