PowerMaster/dataPanel/dpBaseChart.cpp

10 lines
130 B
C++
Raw Normal View History

#include "dpBaseChart.h"
dpBaseChart::dpBaseChart(QWidget* parent)
:dpBaseWidget(parent)
{}
dpBaseChart::~dpBaseChart()
{
}