| 45 | } |
| 46 | |
| 47 | FeatureObject::~FeatureObject() |
| 48 | { |
| 49 | m_factory->unregisterInstance(this); |
| 50 | } |
| 51 | |
| 52 | ///////////////////////////// FeatureFactory ////////////////////////////////// |
| 53 | FeatureFactory::FeatureFactory(Plugin *plugin) |
nothing calls this directly
no test coverage detected