##// END OF EJS Templates
compile fix. Removed captain obvious documentation from barseries
compile fix. Removed captain obvious documentation from barseries

File last commit:

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