##// END OF EJS Templates
typos in docs
typos in docs

File last commit:

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