aboutsummaryrefslogtreecommitdiff
path: root/barchart.h
diff options
context:
space:
mode:
Diffstat (limited to 'barchart.h')
-rw-r--r--barchart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/barchart.h b/barchart.h
index ccbb13e..164e0eb 100644
--- a/barchart.h
+++ b/barchart.h
@@ -12,7 +12,7 @@ public:
~BarChart();
signals:
- void valuesChanged(const arma::vec &values);
+ void valuesChanged(const arma::vec &values) const;
public slots:
void setValues(const arma::vec &values);
@@ -23,7 +23,7 @@ protected:
void mousePressEvent(QMouseEvent *event);
private:
- QSGNode *newBarNode();
+ QSGNode *newBarNode() const;
void updateBarNodeGeom(QSGNode *barNode, float x, float width, float height);
void updateBars(QSGNode *root);