X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Fdecoder_output%2Fview.hpp;fp=pv%2Fviews%2Fdecoder_output%2Fview.hpp;h=47abfe3dcd367e8dd4af5b707dd452a8c2bff5e0;hb=b2b18d3aabf497666c3cff76d0c6663623539e36;hp=4f4bc4505fe892121acdee849463a82bea167918;hpb=e77de61fbc19633c77cc196332ae79c26d9ca35d;p=pulseview.git diff --git a/pv/views/decoder_output/view.hpp b/pv/views/decoder_output/view.hpp index 4f4bc450..47abfe3d 100644 --- a/pv/views/decoder_output/view.hpp +++ b/pv/views/decoder_output/view.hpp @@ -67,8 +67,9 @@ private: private Q_SLOTS: void on_selected_decoder_changed(int index); + void on_selected_class_changed(int index); void on_signal_name_changed(const QString &name); - void on_new_binary_data(unsigned int segment_id, unsigned int bin_class_id); + void on_new_binary_data(unsigned int segment_id, void* decoder, unsigned int bin_class_id); void on_decoder_stacked(void* decoder); void on_decoder_removed(void* decoder);