summaryrefslogtreecommitdiffstats
path: root/src/animations/xyanimation_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animations/xyanimation_p.h')
-rw-r--r--src/animations/xyanimation_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/animations/xyanimation_p.h b/src/animations/xyanimation_p.h
index b7c5a5d0..213a197c 100644
--- a/src/animations/xyanimation_p.h
+++ b/src/animations/xyanimation_p.h
@@ -51,6 +51,7 @@ protected:
QVariant interpolated(const QVariant &start, const QVariant &end, qreal progress) const;
void updateCurrentValue(const QVariant &value);
void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState);
+ XYChart *chartItem() { return m_item; }
protected:
Animation m_type;
bool m_dirty;