##// END OF EJS Templates
Fix ownership handling: if object has a parent do not delete it
Fix ownership handling: if object has a parent do not delete it

File last commit:

r101:5389336c8e0d
r444:7fb10659b976
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}