##// END OF EJS Templates
integrating bar charts to test app.. crashes for now
integrating bar charts to test app.. crashes for now

File last commit:

r126:2dc5911e790e
r164:8e580b305fe6
Show More
percentbarchartseries.cpp
17 lines | 320 B | text/x-c | CppLexer
/ src / barchart / percentbarchartseries.cpp
#include "percentbarchartseries.h"
#include <limits.h>
#include <QDebug>
#include "percentbarchartseries.h"
QTCOMMERCIALCHART_BEGIN_NAMESPACE
PercentBarChartSeries::PercentBarChartSeries(QObject *parent) :
BarChartSeriesBase(parent)
{
}
#include "moc_percentbarchartseries.cpp"
QTCOMMERCIALCHART_END_NAMESPACE