X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fviewport.h;h=f88f4f108a5a0d630709b21ca100f3c2798e1329;hb=0a51d1c122784a9052058c79ec2099b1ed104a22;hp=10b88b4c01d413e4d9a96fa5f1f96562d8836aed;hpb=e9213170687cf4afd14e20acdc690ff9381d94ae;p=pulseview.git diff --git a/pv/view/viewport.h b/pv/view/viewport.h index 10b88b4c..f88f4f10 100644 --- a/pv/view/viewport.h +++ b/pv/view/viewport.h @@ -41,7 +41,7 @@ class Viewport : public QWidget public: explicit Viewport(View &parent); - int get_total_height() const; + void signals_updated(); protected: void paintEvent(QPaintEvent *event); @@ -56,7 +56,6 @@ private: bool touchEvent(QTouchEvent *e); private Q_SLOTS: - void on_signals_changed(); void on_signals_moved(); private: