X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=8a67c615ca0718ec16e37f8cab203bc087edab5b;hp=c7859d0a4cb43ec9f7256d8fcdaf5153c4e931a6;hb=51cf49fe312f92cccde3e861d357e4b459976c0d;hpb=2b81ae4682ade4109ffa442794de36ceb32045eb diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index c7859d0a..8a67c615 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -32,6 +32,10 @@ struct srd_decoder; class QVBoxLayout; +namespace sigrok { +class Device; +} + namespace pv { class DeviceManager; @@ -60,6 +64,8 @@ public: void run_stop(); + void select_device(std::shared_ptr device); + private: void setup_ui();