X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevice.h;h=1bcadab4e71e86f80368c8ae5a61c75ec0d706e2;hb=1cd4be221d31680c42c4385e6861e1cf3afafa6a;hp=2abacbc46b692d60df4f25eacfbe49c6dc99bb97;hpb=29efe92a807a93572b44369d2703f572778ebb15;p=pulseview.git diff --git a/pv/device/device.h b/pv/device/device.h index 2abacbc4..1bcadab4 100644 --- a/pv/device/device.h +++ b/pv/device/device.h @@ -33,6 +33,10 @@ public: sr_dev_inst* dev_inst() const; + void use(SigSession *owner) throw(QString); + + void release(); + std::string format_device_title() const; private: