##// END OF EJS Templates
Removed series specific impl from chartwidgettest
Removed series specific impl from chartwidgettest

File last commit:

r425:85842e6c8dba
r446:0bdddf1eda83
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
sauimone
Better way to enable features to user. Do less, but expose signals to user and allow user to descide what to do.
r425 #include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}