##// END OF EJS Templates

File last commit:

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