##// END OF EJS Templates
Minor cleanup
Minor cleanup

File last commit:

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