##// END OF EJS Templates
Renamed to QtCommercialChart
Renamed to QtCommercialChart

File last commit:

r10:2932e9eb12b3
r30:ef99599d15b7
Show More
qbarchartmodel.cpp
6 lines | 114 B | text/x-c | CppLexer
#include "qbarchartmodel.h"
QBarChartModel::QBarChartModel(QObject *parent) :
QAbstractItemModel(parent)
{
}