! \c list contains the class names of the aspects, that can be selected in the corresponding model view. */
| 82 | \c list contains the class names of the aspects, that can be selected in the corresponding model view. |
| 83 | */ |
| 84 | void AspectTreeModel::setSelectableAspects(const QList<AspectType>& list) { |
| 85 | m_selectableAspects = list; |
| 86 | } |
| 87 | |
| 88 | const QList<AspectType>& AspectTreeModel::selectableAspects() const { |
| 89 | return m_selectableAspects; |
no outgoing calls
no test coverage detected