X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fdecodesignal.h;h=673d65499509a409ca1266c5fbcd693ed4d97cd4;hp=a9ff265e0569ad59cea4b7be869347180d8310ed;hb=9cef95672622f4ecdb21edef9d81a10c789daf1e;hpb=06bb4e6a55f5f6983d94fef2b25afc0a70f7b8d9 diff --git a/pv/view/decodesignal.h b/pv/view/decodesignal.h index a9ff265e..673d6549 100644 --- a/pv/view/decodesignal.h +++ b/pv/view/decodesignal.h @@ -76,6 +76,9 @@ private: **/ int get_nominal_offset(const QRect &rect) const; +private slots: + void on_new_decode_data(); + private: boost::shared_ptr _decoder;