##// END OF EJS Templates
QChart and QChartView now has some description for all the functions
QChart and QChartView now has some description for all the functions

File last commit:

r282:2a015f15bbd4
r287:6e151fb989cd
Show More
qstackedbarchartseries.cpp
13 lines | 281 B | text/x-c | CppLexer
/ src / barchart / qstackedbarchartseries.cpp
#include "qstackedbarchartseries.h"
QTCOMMERCIALCHART_BEGIN_NAMESPACE
QStackedBarChartSeries::QStackedBarChartSeries(QBarCategory *category, QObject *parent)
: QBarChartSeries(category, parent)
{
}
#include "moc_qstackedbarchartseries.cpp"
QTCOMMERCIALCHART_END_NAMESPACE