X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevice.h;h=1bcadab4e71e86f80368c8ae5a61c75ec0d706e2;hb=b1e8c93d824986328a34d1c36273cb534fd65307;hp=2abacbc46b692d60df4f25eacfbe49c6dc99bb97;hpb=29efe92a807a93572b44369d2703f572778ebb15;p=pulseview.git diff --git a/pv/device/device.h b/pv/device/device.h index 2abacbc..1bcadab 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: