| 233 | } |
| 234 | |
| 235 | mitk::PropertyList *QmitkPropertyItemModel::GetPropertyList() const |
| 236 | { |
| 237 | return m_PropertyList.Lock().GetPointer(); |
| 238 | } |
| 239 | |
| 240 | QVariant QmitkPropertyItemModel::headerData(int section, Qt::Orientation orientation, int role) const |
| 241 | { |
no test coverage detected