diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-05-10 20:02:23 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-05-10 20:02:23 -0700 |
commit | fa247a9f587651dedfa74ac2b56dc9c3e86a171e (patch) | |
tree | 62c2bd45d9ce1e09ff089087f9db295e62265b31 /gr-qtgui/lib/freqdisplayform.cc | |
parent | ef6485cbbec903250821bc4b70bd5ae70099d15e (diff) | |
parent | 6af7eb5d2db7cecca4aa18b3d0959af630ec00da (diff) |
Merge branch 'maint'
Diffstat (limited to 'gr-qtgui/lib/freqdisplayform.cc')
-rw-r--r-- | gr-qtgui/lib/freqdisplayform.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-qtgui/lib/freqdisplayform.cc b/gr-qtgui/lib/freqdisplayform.cc index 353c21e4f6..301d5a67cd 100644 --- a/gr-qtgui/lib/freqdisplayform.cc +++ b/gr-qtgui/lib/freqdisplayform.cc @@ -193,6 +193,8 @@ FreqDisplayForm::setupControlPanel() d_controlpanel, SLOT(toggleTriggerMode(gr::qtgui::trigger_mode))); connect(this, SIGNAL(signalTriggerMode(gr::qtgui::trigger_mode)), d_controlpanel, SLOT(toggleTriggerMode(gr::qtgui::trigger_mode))); + connect(d_stop_act, SIGNAL(triggered()), + d_controlpanel, SLOT(toggleStopButton())); d_layout->addLayout(d_controlpanel, 0, 1); |