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

File last commit:

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