X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fmainwindow.h;h=6f3c8d56344d601d90628578ac1da419ac3f7e71;hb=1aef69f9792d8c032269afd6cfb2122b125aea4d;hp=6f352f9f2cbcab545fd0980af1a215ddaad05f6a;hpb=0fbda3c2dda9357776afa15e99c037eb0cc97214;p=pulseview.git diff --git a/pv/mainwindow.h b/pv/mainwindow.h index 6f352f9f..6f3c8d56 100644 --- a/pv/mainwindow.h +++ b/pv/mainwindow.h @@ -36,6 +36,7 @@ class QVBoxLayout; namespace pv { class DeviceManager; +class DevInst; namespace toolbars { class ContextBar; @@ -71,7 +72,8 @@ private: * first device in the device list should be selected. */ void update_device_list( - struct sr_dev_inst *selected_device = NULL); + boost::shared_ptr selected_device = + boost::shared_ptr()); private slots: void load_file(QString file_name);