| 503 | } |
| 504 | |
| 505 | void AbstractAspect::setProjectChanged(bool changed) { |
| 506 | auto* p = project(); |
| 507 | if (p) |
| 508 | p->setChanged(changed); |
| 509 | } |
| 510 | |
| 511 | /** |
| 512 | * \brief Return the path that leads from the top-most Aspect (usually a Project) to me. |
no test coverage detected