##// END OF EJS Templates
refactored barcharts. layout to derived classess other funtionality to base class
refactored barcharts. layout to derived classess other funtionality to base class

File last commit:

r126:2dc5911e790e
r126:2dc5911e790e
Show More
barchartseries.cpp
13 lines | 235 B | text/x-c | CppLexer
#include <QDebug>
#include "barchartseries.h"
QTCOMMERCIALCHART_BEGIN_NAMESPACE
BarChartSeries::BarChartSeries(QObject *parent)
: BarChartSeriesBase(parent)
{
}
#include "moc_barchartseries.cpp"
QTCOMMERCIALCHART_END_NAMESPACE