]> sigrok.org Git - pulseview.git/blobdiff - pv/popups/channels.hpp
Fix #1089 by updating the signal labels and group labels
[pulseview.git] / pv / popups / channels.hpp
index 3701325bc704572758831b8781d800a56cc39065..b23af57046d808252ac7e8b6594c470926bcd87c 100644 (file)
@@ -95,6 +95,7 @@ private:
        vector< shared_ptr<pv::binding::Device> > group_bindings_;
        map< QCheckBox*, shared_ptr<pv::data::SignalBase> >
                check_box_signal_map_;
+       map< shared_ptr<sigrok::ChannelGroup>, QLabel*> group_label_map_;
 
        QHBoxLayout buttons_bar_;
        QPushButton enable_all_channels_;