X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.cpp;h=11026883bab1a7842dba1483c1c58c8b0650cb72;hb=c042b5d2b18fca9fe79b9a33b730b890387bbfc7;hp=1d55e14f7c91f20f55d09bffc1d4540d8819ddb6;hpb=4b4f1c0dc17b481b798e60bbc3fa639c09a9c788;p=pulseview.git diff --git a/pv/view/view.cpp b/pv/view/view.cpp index 1d55e14..1102688 100644 --- a/pv/view/view.cpp +++ b/pv/view/view.cpp @@ -92,6 +92,8 @@ View::View(SigSession &session, QWidget *parent) : connect(&_session, SIGNAL(signals_changed()), this, SLOT(signals_changed())); + connect(&_session, SIGNAL(capture_state_changed(int)), + this, SLOT(data_updated())); connect(&_session, SIGNAL(data_received()), this, SLOT(data_updated())); connect(&_session, SIGNAL(frame_ended()),