X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fmarginwidget.h;h=9ff4276b0dd6dc173400d171d811624198381c49;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=42dffa7ab3b4e22ad47e5735cff2f7f31c5c362e;hpb=d7c0ca4a965c5f9cb2ae9aea584bb2547f4baca1;p=pulseview.git diff --git a/pv/view/marginwidget.h b/pv/view/marginwidget.h index 42dffa7..9ff4276 100644 --- a/pv/view/marginwidget.h +++ b/pv/view/marginwidget.h @@ -35,16 +35,14 @@ class MarginWidget : public QWidget public: MarginWidget(pv::view::View &parent); -public slots: - virtual void clear_selection() = 0; +public Q_SLOTS: + virtual void clear_selection(); -signals: +Q_SIGNALS: void selection_changed(); - void geometry_updated(); - protected: - pv::view::View &_view; + pv::view::View &view_; }; } // namespace view