##// END OF EJS Templates
Revert "Bugfix: wrong deallocation in axis due to class hierarchy changes."...
Revert "Bugfix: wrong deallocation in axis due to class hierarchy changes." This reverts commit 4cd13b5bad9fbbc840601e4753c2759b17ee3424.

File last commit:

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