##// END OF EJS Templates
Add missing files from zoomchart example
Add missing files from zoomchart example

File last commit:

r747:917f2d378193
r749:ce53fe3e4d3d
Show More
chartwidget.cpp
6 lines | 93 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartView::ChartView(QWidget *parent) :
QChartView(parent)
{
}