diff --git a/src/barplot.h b/src/barplot.h --- a/src/barplot.h +++ b/src/barplot.h @@ -37,6 +37,9 @@ private: BarChart barChart; QVector chartData() const; + +private slots: + void update(); }; #endif // BARPLOT_H