| 48 | PluginEnableWidget::~PluginEnableWidget() {} |
| 49 | |
| 50 | void PluginEnableWidget::setDescription(QString description) |
| 51 | { |
| 52 | m_descriptionLabel->clear(); |
| 53 | m_descriptionLabel->setText(description); |
| 54 | } |
| 55 | |
| 56 | QCheckBox *PluginEnableWidget::checkBox() const { return m_checkBox; } |
| 57 |
no test coverage detected