##// END OF EJS Templates
minor. typo
minor. typo

File last commit:

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