| 47 | } |
| 48 | |
| 49 | std::shared_ptr<QWidget> CanLoad::getQConfig() const |
| 50 | { |
| 51 | const Q_D(CanLoad); |
| 52 | |
| 53 | return configHelpers::getQConfig(getSupportedProperties(), d->_props); |
| 54 | } |
| 55 | |
| 56 | void CanLoad::configChanged() |
| 57 | { |
no outgoing calls
no test coverage detected