##// END OF EJS Templates
Remove debug from piechartdrilldown
Remove debug from piechartdrilldown

File last commit:

r78:681c12da395a
r407:af4c2c854faa
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}