##// END OF EJS Templates
bug fix in legend signals
bug fix in legend signals

File last commit:

r486:7ab45bf9f776
r569:41841e53b04b
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}