##// END OF EJS Templates
missing #ifndef's in themes
missing #ifndef's in themes

File last commit:

r789:a31eb092569c
r795:5d81932a6b14
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