Use device::Devices to represent sigrok Devices
[pulseview.git] / pv / mainwindow.hpp
index 2860c681b91d70f7657318255513c9a12779c689..1779712f4c93aa9edc5b2182930454021f5099a1 100644 (file)
@@ -33,7 +33,6 @@ struct srd_decoder;
 class QVBoxLayout;
 
 namespace sigrok {
-class Device;
 class OutputFormat;
 }
 
@@ -95,7 +94,7 @@ public:
 
        void run_stop();
 
-       void select_device(std::shared_ptr<sigrok::Device> device);
+       void select_device(std::shared_ptr<devices::Device> device);
 
 public Q_SLOTS:
        void export_file(std::shared_ptr<sigrok::OutputFormat> format);