]> sigrok.org Git - pulseview.git/blobdiff - pv/popups/deviceoptions.hpp
Renamed pv::binding::DeviceOptions and DecoderOptions to Device and Decoder
[pulseview.git] / pv / popups / deviceoptions.hpp
index 94ce7afd6f54fc7be5c3dfb0c16c6923242127b2..f840e83f3133e8ab7ad8e29bd4c0106daa75f874 100644 (file)
@@ -24,7 +24,7 @@
 #include <QGroupBox>
 #include <QVBoxLayout>
 
 #include <QGroupBox>
 #include <QVBoxLayout>
 
-#include <pv/binding/deviceoptions.hpp>
+#include <pv/binding/device.hpp>
 #include <pv/widgets/popup.hpp>
 
 namespace sigrok {
 #include <pv/widgets/popup.hpp>
 
 namespace sigrok {
@@ -42,14 +42,14 @@ public:
        DeviceOptions(std::shared_ptr<sigrok::Device> device,
                QWidget *parent);
 
        DeviceOptions(std::shared_ptr<sigrok::Device> device,
                QWidget *parent);
 
-       pv::binding::DeviceOptions& binding();
+       pv::binding::Device& binding();
 
 private:
        std::shared_ptr<sigrok::Device> device_;
 
        QVBoxLayout layout_;
 
 
 private:
        std::shared_ptr<sigrok::Device> device_;
 
        QVBoxLayout layout_;
 
-       pv::binding::DeviceOptions binding_;
+       pv::binding::Device binding_;
 };
 
 } // namespace popups
 };
 
 } // namespace popups