##// END OF EJS Templates
Spline to QML API
Spline to QML API

File last commit:

r722:3c81c15bc4ba
r732:4aded284df80
Show More
declarativexypoint.cpp
12 lines | 222 B | text/x-c | CppLexer
/ qmlplugin / declarativexypoint.cpp
#include "declarativexypoint.h"
QTCOMMERCIALCHART_BEGIN_NAMESPACE
DeclarativeXyPoint::DeclarativeXyPoint(QObject *parent) :
QObject(parent)
{
}
#include "moc_declarativexypoint.cpp"
QTCOMMERCIALCHART_END_NAMESPACE