]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decoderstack.h
Begin a new decode session when a new frame begins
[pulseview.git] / pv / data / decoderstack.h
index 6391e6a88ceb0b2d4c57e41f85591401446bf531..ad2a17b6b593c79b0ddbeff9c70823fb5d508d3c 100644 (file)
@@ -105,6 +105,9 @@ private:
        static void annotation_callback(srd_proto_data *pdata,
                void *decoder);
 
+private slots:
+       void on_new_frame();
+
 signals:
        void new_decode_data();