]> sigrok.org Git - pulseview.git/blobdiff - pv/view/viewport.h
RowItemOwner: Replaced parent notification scheme
[pulseview.git] / pv / view / viewport.h
index 10b88b4c01d413e4d9a96fa5f1f96562d8836aed..1de9cd2a5d1ac51e1e40f6de101baa40754b05f8 100644 (file)
@@ -41,8 +41,6 @@ class Viewport : public QWidget
 public:
        explicit Viewport(View &parent);
 
-       int get_total_height() const;
-
 protected:
        void paintEvent(QPaintEvent *event);
 
@@ -56,7 +54,6 @@ private:
        bool touchEvent(QTouchEvent *e);
 
 private Q_SLOTS:
-       void on_signals_changed();
        void on_signals_moved();
 
 private: