MCPcopy Create free account
hub / github.com/KDAB/KDChart / AbstractAreaWidget

Method AbstractAreaWidget

src/KDChart/KDChartAbstractAreaWidget.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50AbstractAreaWidget::AbstractAreaWidget(QWidget *parent)
51 : QWidget(parent)
52 , AbstractAreaBase(new Private())
53{
54 init();
55}
56
57AbstractAreaWidget::~AbstractAreaWidget()
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected