##// END OF EJS Templates
fix docs of qlineseries
fix docs of qlineseries

File last commit:

r101:5389336c8e0d
r350:e5a7079e286c
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}