]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decodesignal.hpp
Connect DecodeSignal and DecoderOutputView
[pulseview.git] / pv / data / decodesignal.hpp
index cd0f6faa4b3e472a7b2ca70378b363ea0a60a5e8..6162a20e808989939563df048f09badb23807ec8 100644 (file)
@@ -205,7 +205,7 @@ private:
 
 Q_SIGNALS:
        void new_annotations(); // TODO Supply segment for which they belong to
-       void new_binary_data(uint32_t segment_id);
+       void new_binary_data(unsigned int segment_id);
        void decode_reset();
        void decode_finished();
        void channels_updated();