| 90 | } |
| 91 | |
| 92 | bool Plugin::isEnabled() const { |
| 93 | QString key = this->_name+"/Enable"; |
| 94 | return Settings::valueMain(key).toBool(); |
| 95 | } |
| 96 | |
| 97 | void Plugin::setEnabled(bool enable){ |
| 98 | DEBUG_LOW_LEVEL << Q_FUNC_INFO << enable; |
no outgoing calls
no test coverage detected