X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecodesignal.hpp;fp=pv%2Fdata%2Fdecodesignal.hpp;h=0a45b5e57755fe2abc9bce77ad48f4a81d4290f9;hp=94913b9d8285c6291cf22ae3041f2d75412df778;hb=b2b18d3aabf497666c3cff76d0c6663623539e36;hpb=e77de61fbc19633c77cc196332ae79c26d9ca35d diff --git a/pv/data/decodesignal.hpp b/pv/data/decodesignal.hpp index 94913b9d..0a45b5e5 100644 --- a/pv/data/decodesignal.hpp +++ b/pv/data/decodesignal.hpp @@ -206,7 +206,7 @@ Q_SIGNALS: void decoder_stacked(void* decoder); ///< decoder is of type decode::Decoder* void decoder_removed(void* decoder); ///< decoder is of type decode::Decoder* void new_annotations(); // TODO Supply segment for which they belong to - void new_binary_data(unsigned int segment_id, unsigned int bin_class_id); + void new_binary_data(unsigned int segment_id, void* decoder, unsigned int bin_class_id); void decode_reset(); void decode_finished(); void channels_updated();