X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fpopups%2Fdeviceoptions.h;h=6d260a4d6bb2ef5430db4dcb18f606d9942c39b3;hp=deedf587854c5af7570643c1892af4d93a65bf80;hb=e8d009288de28cb194bc7964f96677c2baf900c9;hpb=87b79835014a386fb51b52bc993dbb693bd27197 diff --git a/pv/popups/deviceoptions.h b/pv/popups/deviceoptions.h index deedf58..6d260a4 100644 --- a/pv/popups/deviceoptions.h +++ b/pv/popups/deviceoptions.h @@ -27,6 +27,10 @@ #include #include +namespace sigrok { + class Device; +} + namespace pv { namespace popups { @@ -35,13 +39,13 @@ class DeviceOptions : public pv::widgets::Popup Q_OBJECT public: - DeviceOptions(std::shared_ptr dev_inst, + DeviceOptions(std::shared_ptr device, QWidget *parent); pv::prop::binding::DeviceOptions& binding(); private: - std::shared_ptr _dev_inst; + std::shared_ptr _device; QVBoxLayout _layout;