summaryrefslogtreecommitdiffstats
path: root/plugins/declarative/declarativexypoint.h
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-05-28 10:51:27 +0300
committerTero Ahola <tero.ahola@digia.com>2012-05-28 16:09:21 +0300
commit5664856ed1d470dc96be1dd7ab0ec2680e47bd02 (patch)
treeb1ed794fe70914a14894d4e5fdc798d2cf61f9ad /plugins/declarative/declarativexypoint.h
parent9ffa0de920ecdd29e6a3bdde67c97143d6e7169b (diff)
App for demonstrating QML customization apis
Diffstat (limited to 'plugins/declarative/declarativexypoint.h')
-rw-r--r--plugins/declarative/declarativexypoint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/declarative/declarativexypoint.h b/plugins/declarative/declarativexypoint.h
index 5228932f..be853db1 100644
--- a/plugins/declarative/declarativexypoint.h
+++ b/plugins/declarative/declarativexypoint.h
@@ -31,6 +31,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
class DeclarativeXyPoint : public QObject, public QPointF
{
Q_OBJECT
+ // TODO: make the setters change the value, if parented by a series
Q_PROPERTY(qreal x READ x WRITE setX /*NOTIFY dataXChanged*/)
Q_PROPERTY(qreal y READ y WRITE setY /*NOTIFY dataYChanged*/)