]> 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 e525b4baad13e83d30357d60a964dde096625016..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_;
@@ -103,7 +104,7 @@ private:
        QSignalMapper check_box_mapper_;
 };
 
-} // popups
-} // pv
+}  // namespace popups
+}  // namespace pv
 
 #endif // PULSEVIEW_PV_POPUPS_CHANNELS_HPP