]> sigrok.org Git - pulseview.git/blobdiff - pv/device/device.h
CMakeLists.txt: Put quotes back for CXX_FLAGS only
[pulseview.git] / pv / device / device.h
index fcf74c31acb1a46b792418ecbcede244859a93a3..1bcadab4e71e86f80368c8ae5a61c75ec0d706e2 100644 (file)
@@ -33,9 +33,11 @@ public:
 
        sr_dev_inst* dev_inst() const;
 
-       std::string format_device_title() const;
+       void use(SigSession *owner) throw(QString);
+
+       void release();
 
-       bool is_trigger_enabled() const;
+       std::string format_device_title() const;
 
 private:
        sr_dev_inst *const _sdi;