##// END OF EJS Templates

File last commit:

r78:681c12da395a
r269:05d1d227ed47 merge
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}