##// END OF EJS Templates
Change make doc to make docs
Change make doc to make docs

File last commit:

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