##// END OF EJS Templates
Fix bug/typo in chartdataset
Fix bug/typo in chartdataset

File last commit:

r789:a31eb092569c
r828:efd18f904bfe
Show More
declarativexypoint.cpp
14 lines | 252 B | text/x-c | CppLexer
/ qmlplugin / declarativexypoint.cpp
#include "declarativexypoint.h"
QTCOMMERCIALCHART_BEGIN_NAMESPACE
DeclarativeXyPoint::DeclarativeXyPoint(QObject *parent) :
QObject(parent)
{
setX(0.0);
setY(0.0);
}
#include "moc_declarativexypoint.cpp"
QTCOMMERCIALCHART_END_NAMESPACE