##// END OF EJS Templates
Bugfix dangling pointer in qlegend, remove debug info
Bugfix dangling pointer in qlegend, remove debug info

File last commit:

r486:7ab45bf9f776
r572:1af1de97a8a5
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}