##// END OF EJS Templates
d
d

File last commit:

r722:3c81c15bc4ba
r722:3c81c15bc4ba
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