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