----------------------------------------------------------------------------
| 36 | |
| 37 | //---------------------------------------------------------------------------- |
| 38 | ctkCmdLineModuleReferenceResult ctkCmdLineModuleConcurrentRegister::operator()(const QString& moduleLocation) |
| 39 | { |
| 40 | return this->operator ()(QUrl::fromLocalFile(moduleLocation)); |
| 41 | } |
| 42 | |
| 43 | //---------------------------------------------------------------------------- |
| 44 | ctkCmdLineModuleReferenceResult ctkCmdLineModuleConcurrentRegister::operator()(const QUrl& moduleUrl) |
nothing calls this directly
no test coverage detected