]> sigrok.org Git - pulseview.git/blobdiff - pv/view/viewport.h
View: Replaced signals_changed handler with signals_updated call
[pulseview.git] / pv / view / viewport.h
index 10b88b4c01d413e4d9a96fa5f1f96562d8836aed..1f8f8f61095748e4290911e1fe5caa2d4cbedd74 100644 (file)
@@ -43,6 +43,8 @@ public:
 
        int get_total_height() const;
 
+       void signals_updated();
+
 protected:
        void paintEvent(QPaintEvent *event);
 
@@ -56,7 +58,6 @@ private:
        bool touchEvent(QTouchEvent *e);
 
 private Q_SLOTS:
-       void on_signals_changed();
        void on_signals_moved();
 
 private: