X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.h;h=ac48852e4949e452c86e64d13051d4ff128f44e2;hp=993c608493a39a6b4a1b4a1f75486ee822985e57;hb=18203d86e200131f50e9830c4f16a9edba96d669;hpb=ef4d020135822a8acb5a19475bcd7dc5c841fa04;ds=sidebyside diff --git a/pv/mainwindow.h b/pv/mainwindow.h index 993c6084..ac48852e 100644 --- a/pv/mainwindow.h +++ b/pv/mainwindow.h @@ -21,6 +21,8 @@ #ifndef PULSEVIEW_PV_MAINWINDOW_H #define PULSEVIEW_PV_MAINWINDOW_H +#include + #include #include "sigsession.h" @@ -51,10 +53,13 @@ public: private: void setup_ui(); + void scan_devices(); private: SigSession _session; + std::list _devices; + pv::view::View *_view; QMenuBar *_menu_bar;