| 207 | QmitkMultiLabelInspectorPopup::~QmitkMultiLabelInspectorPopup() = default; |
| 208 | |
| 209 | QmitkMultiLabelInspector* QmitkMultiLabelInspectorPopup::GetInspector() const |
| 210 | { |
| 211 | return m_Inspector.get(); |
| 212 | } |
| 213 | |
| 214 | void QmitkMultiLabelInspectorPopup::OnPopupLabelsChanged(const LabelValueVectorType& /*selectedLabels*/) |
| 215 | { |
no outgoing calls
no test coverage detected