summaryrefslogtreecommitdiffstats
path: root/examples/charts/callout/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/callout/view.h')
-rw-r--r--examples/charts/callout/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/charts/callout/view.h b/examples/charts/callout/view.h
index 4744a1c3..4d17461b 100644
--- a/examples/charts/callout/view.h
+++ b/examples/charts/callout/view.h
@@ -66,6 +66,7 @@ private:
QGraphicsSimpleTextItem *m_coordY;
QChart *m_chart;
Callout *m_tooltip;
+ QList<Callout *> m_callouts;
};
#endif