X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fpopups%2Fprobes.h;h=4265c1597274eef0f27b35d4fe8a28fbf72abbdf;hp=dbf90cd0b34237a603d013fcdc1b6772ba7b84ab;hb=f9abf97e78bc4825d80926b0ebc6cbaef40768b1;hpb=d9aecf1fcd9af471db3b59de7efc65b9632a6d79 diff --git a/pv/popups/probes.h b/pv/popups/probes.h index dbf90cd..4265c15 100644 --- a/pv/popups/probes.h +++ b/pv/popups/probes.h @@ -22,10 +22,9 @@ #define PULSEVIEW_PV_POPUPS_PROBES_H #include +#include #include -#include - #include #include #include @@ -65,10 +64,10 @@ private: void set_all_probes(bool set); void populate_group(const sr_channel_group *group, - const std::vector< boost::shared_ptr > sigs); + const std::vector< std::shared_ptr > sigs); QGridLayout* create_channel_group_grid( - const std::vector< boost::shared_ptr > sigs); + const std::vector< std::shared_ptr > sigs); private: void showEvent(QShowEvent *e); @@ -86,9 +85,9 @@ private: bool _updating_probes; - std::vector< boost::shared_ptr > + std::vector< std::shared_ptr > _group_bindings; - std::map< QCheckBox*, boost::shared_ptr > + std::map< QCheckBox*, std::shared_ptr > _check_box_signal_map; QHBoxLayout _buttons_bar;