X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecodesignal.hpp;h=cdd061a9769a45484170bd8e69b82a1b131443b7;hp=2f7c273e978bfa2ec09618d89ddb1d273c1be676;hb=946b52e1f0e0520415c3653cc6ea9d083718f76d;hpb=ff83d98059f06ac8f57be080ab53e7095aa4748b diff --git a/pv/data/decodesignal.hpp b/pv/data/decodesignal.hpp index 2f7c273e..cdd061a9 100644 --- a/pv/data/decodesignal.hpp +++ b/pv/data/decodesignal.hpp @@ -28,6 +28,7 @@ #include #include +#include using std::list; using std::unordered_set; @@ -76,6 +77,7 @@ public: void remove_decoder(int index); bool toggle_decoder_visibility(int index); + void begin_decode(); QString error_message() const; const list get_channels() const;