| 346 | } |
| 347 | |
| 348 | void AspectTreeModel::aspectDescriptionChanged(const AbstractAspect* aspect) { |
| 349 | Q_EMIT dataChanged(modelIndexOfAspect(aspect), modelIndexOfAspect(aspect, 3)); |
| 350 | } |
| 351 | |
| 352 | void AspectTreeModel::aspectAboutToBeAdded(const AbstractAspect* parent, const AbstractAspect* before, const AbstractAspect* /*child*/) { |
| 353 | int index = parent->indexOfChild<AbstractAspect>(before); |