diff options
Diffstat (limited to 'scatterplot.h')
-rw-r--r-- | scatterplot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scatterplot.h b/scatterplot.h index 43bfc57..2dc031a 100644 --- a/scatterplot.h +++ b/scatterplot.h @@ -20,6 +20,7 @@ public: signals: void xyChanged(const arma::mat &XY) const; + void xyInteractivelyChanged(const arma::mat &XY) const; void colorDataChanged(const arma::vec &colorData) const; void selectionChanged(const QSet<int> &selection) const; |