void PluginItem::enablePlugin() { emit( pluginEnabled(_hashLabel->text()) ) ; infoLabel->show(); disableButton->show(); enableButton->hide(); }
void PluginItem::togglePlugin(bool b) { emit( pluginEnabled(b,_hashLabel->text()) ) ; }