]> sigrok.org Git - pulseview.git/blobdiff - pv/popups/channels.hpp
Channel popup: Don't use exceptions
[pulseview.git] / pv / popups / channels.hpp
index 972549a8d1c9fd2f65b63e997eb37b1d6440459f..c176eb7a95184850ca89dc1b2c90d7ce4d1d660e 100644 (file)
@@ -103,8 +103,7 @@ private:
        bool updating_channels_;
 
        vector< shared_ptr<pv::binding::Device> > group_bindings_;
-       map< QCheckBox*, shared_ptr<pv::data::SignalBase> >
-               check_box_signal_map_;
+       map< QCheckBox*, shared_ptr<pv::data::SignalBase> > check_box_signal_map_;
        map< shared_ptr<sigrok::ChannelGroup>, QLabel*> group_label_map_;
 
        QGridLayout filter_buttons_bar_;