| 1312 | } |
| 1313 | |
| 1314 | QList<SigDigger::InspectionWidgetFactory *>::const_iterator |
| 1315 | Singleton::getLastInspectionWidgetFactory() const |
| 1316 | { |
| 1317 | return this->inspectionWidgetFactories.end(); |
| 1318 | } |
| 1319 | |
| 1320 | bool |
| 1321 | Singleton::registerUIListenerFactory(SigDigger::UIListenerFactory *factory) |
no test coverage detected