X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.cpp;h=219543338f98af77d22c4db8583cb7aeb0389383;hb=65a53225414471cb2701db2429aa3ab9e74e5b21;hp=2b0f04a5952983ec3c4909fed12e112c4a34fc3e;hpb=d873f4d685e16c708a15fcde12fbbec66650511c;p=pulseview.git diff --git a/pv/view/view.cpp b/pv/view/view.cpp index 2b0f04a..2195433 100644 --- a/pv/view/view.cpp +++ b/pv/view/view.cpp @@ -92,7 +92,9 @@ View::View(SigSession &session, QWidget *parent) : connect(&_session, SIGNAL(signals_changed()), this, SLOT(signals_changed())); - connect(&_session, SIGNAL(data_updated()), + connect(&_session, SIGNAL(data_received()), + this, SLOT(data_updated())); + connect(&_session, SIGNAL(frame_ended()), this, SLOT(data_updated())); connect(_cursors.first().get(), SIGNAL(time_changed()),