X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fsignal.h;fp=pv%2Fview%2Fsignal.h;h=3123519b9dcb6e5778d1e78f39302674a1afbb9d;hp=25b671f4217af8e71b0b5a8314849ae31bf79a9a;hb=945745012eb57cefa1ef457daf48cfffa99f9ec2;hpb=0fc664a99e0d9a444e593123d1db7a47b1657366;ds=sidebyside 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;