MCPcopy Create free account
hub / github.com/KDE/labplot / AbstractAspect

Method AbstractAspect

src/backend/core/AbstractAspect.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187////////////////////////////////////////////////////////////////////////////////////////////////////
188
189AbstractAspect::AbstractAspect(const QString& name, AspectType type)
190 : m_type(type)
191 , d(new AbstractAspectPrivate(this, name)) {
192}
193
194AbstractAspect::~AbstractAspect() {
195 delete d;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected