X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.hpp;h=b23af57046d808252ac7e8b6594c470926bcd87c;hp=e525b4baad13e83d30357d60a964dde096625016;hb=bf84211be02b096646cf28cf9dc7480029e4f439;hpb=6f925ba9d6faf1077b73c5a5808259576081716a diff --git a/pv/popups/channels.hpp b/pv/popups/channels.hpp index e525b4ba..b23af570 100644 --- a/pv/popups/channels.hpp +++ b/pv/popups/channels.hpp @@ -95,6 +95,7 @@ private: vector< shared_ptr > group_bindings_; map< QCheckBox*, shared_ptr > check_box_signal_map_; + map< shared_ptr, QLabel*> group_label_map_; QHBoxLayout buttons_bar_; QPushButton enable_all_channels_; @@ -103,7 +104,7 @@ private: QSignalMapper check_box_mapper_; }; -} // popups -} // pv +} // namespace popups +} // namespace pv #endif // PULSEVIEW_PV_POPUPS_CHANNELS_HPP