X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.hpp;h=b23af57046d808252ac7e8b6594c470926bcd87c;hb=a66e286e0276186c41b7ce07cfcbd0c4da2ca1cb;hp=e525b4baad13e83d30357d60a964dde096625016;hpb=6f925ba9d6faf1077b73c5a5808259576081716a;p=pulseview.git 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