summaryrefslogtreecommitdiff
path: root/QmlCustomPlot.h
diff options
context:
space:
mode:
Diffstat (limited to 'QmlCustomPlot.h')
-rw-r--r--QmlCustomPlot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/QmlCustomPlot.h b/QmlCustomPlot.h
index c56038c..3354619 100644
--- a/QmlCustomPlot.h
+++ b/QmlCustomPlot.h
@@ -34,6 +34,7 @@ public slots:
void setLines(const QVector<QLineF> lines);
void setContours(const QVector<Points2D> contours);
void setFps(int fps);
+ void setRange(const QRectF &range);
signals:
void plotChanged();