X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fsignal.h;h=3123519b9dcb6e5778d1e78f39302674a1afbb9d;hb=77243b3e8c8a8b3c7742d4d4064ea236d1d81496;hp=25b671f4217af8e71b0b5a8314849ae31bf79a9a;hpb=e183f4e328db8bb134652254ba9bf0707dc16c66;p=pulseview.git diff --git a/pv/view/signal.h b/pv/view/signal.h index 25b671f4..3123519b 100644 --- a/pv/view/signal.h +++ b/pv/view/signal.h @@ -34,12 +34,14 @@ struct sr_probe; namespace pv { -class DevInst; - namespace data { class SignalData; } +namespace device { +class DevInst; +} + namespace view { class Signal : public Trace @@ -47,7 +49,7 @@ class Signal : public Trace Q_OBJECT protected: - Signal(boost::shared_ptr dev_inst, + Signal(boost::shared_ptr dev_inst, const sr_probe *const probe); public: @@ -77,7 +79,7 @@ private slots: void on_disable(); protected: - boost::shared_ptr _dev_inst; + boost::shared_ptr _dev_inst; const sr_probe *const _probe; QComboBox *_name_widget;