##// END OF EJS Templates
Fix a major memory leak
Fix a major memory leak

File last commit:

r96:277658be1fc8
r204:a4ba86638d8d
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}