| 321 | } |
| 322 | |
| 323 | bool mitk::EventConfig::IsValid() const |
| 324 | { |
| 325 | return !(d->m_EventList.empty() && d->m_PropertyList->IsEmpty()); |
| 326 | } |
| 327 | |
| 328 | bool mitk::EventConfig::AddConfig(const std::string &fileName, const us::Module *module) |
| 329 | { |
no test coverage detected