X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.h;fp=pv%2Fmainwindow.h;h=6f3c8d56344d601d90628578ac1da419ac3f7e71;hp=6f352f9f2cbcab545fd0980af1a215ddaad05f6a;hb=19adbc2c342b190161ec1223377a3619974b91f7;hpb=5b8b1e47bd0d8c0d2519f83855a84f1820f1955e 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);