##// END OF EJS Templates
Added All modules page to QDoc
Added All modules page to QDoc

File last commit:

r282:2a015f15bbd4
r304:de5dafe84e04
Show More
qpercentbarchartseries.cpp
13 lines | 281 B | text/x-c | CppLexer
/ src / barchart / qpercentbarchartseries.cpp
#include "qpercentbarchartseries.h"
QTCOMMERCIALCHART_BEGIN_NAMESPACE
QPercentBarChartSeries::QPercentBarChartSeries(QBarCategory *category, QObject *parent)
: QBarChartSeries(category, parent)
{
}
#include "moc_qpercentbarchartseries.cpp"
QTCOMMERCIALCHART_END_NAMESPACE