From: Peter Zotov Date: Thu, 13 Nov 2014 13:26:11 +0000 (+0300) Subject: View: Update view on capture state change X-Git-Tag: pulseview-0.3.0~506 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=50f97924a2de49393de617a891190f053825454f View: Update view on capture state change --- diff --git a/pv/view/view.cpp b/pv/view/view.cpp index 1d55e14f..11026883 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()),