##// END OF EJS Templates
Adds gitignore file
Adds gitignore file

File last commit:

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