| 77 | } |
| 78 | |
| 79 | void |
| 80 | FeatureFactory::unregisterInstance(FeatureObject *object) |
| 81 | { |
| 82 | int index; |
| 83 | |
| 84 | assert(m_plugin != nullptr); |
| 85 | |
| 86 | if ((index = m_refSet.indexOf(object)) != -1) |
| 87 | m_refSet.removeAt(index); |
| 88 | } |
| 89 | |
| 90 | bool |
| 91 | FeatureFactory::canBeRemoved(void) const |