| 298 | } |
| 299 | |
| 300 | void mitk::PropertyList::Set(const char *propertyKey, bool boolValue) |
| 301 | { |
| 302 | this->SetBoolProperty(propertyKey, boolValue); |
| 303 | } |
| 304 | |
| 305 | void mitk::PropertyList::Set(const char *propertyKey, int intValue) |
| 306 | { |
no test coverage detected