* \class AbstractPart * \brief Base class of Aspects with MDI windows as views (AspectParts). */
| 24 | * \brief Base class of Aspects with MDI windows as views (AspectParts). |
| 25 | */ |
| 26 | AbstractPart::AbstractPart(const QString& name, AspectType type) |
| 27 | : AbstractAspect(name, type) { |
| 28 | } |
| 29 | |
| 30 | AbstractPart::~AbstractPart() { |
| 31 | #ifndef SDK |
nothing calls this directly
no outgoing calls
no test coverage detected