summaryrefslogtreecommitdiffstats
path: root/src/charts/xychart/xychart_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/xychart/xychart_p.h')
-rw-r--r--src/charts/xychart/xychart_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charts/xychart/xychart_p.h b/src/charts/xychart/xychart_p.h
index c0348c18..c5737cca 100644
--- a/src/charts/xychart/xychart_p.h
+++ b/src/charts/xychart/xychart_p.h
@@ -88,6 +88,7 @@ Q_SIGNALS:
protected:
virtual void updateChart(QVector<QPointF> &oldPoints, QVector<QPointF> &newPoints, int index = -1);
virtual void updateGlChart();
+ virtual void refreshGlChart();
private:
inline bool isEmpty();