diff options
author | Tom Rondeau | 2011-04-10 17:21:38 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-04-10 17:21:38 -0400 |
commit | 16ec5a3bf5a22cc72423d975666878eeadd2cf3c (patch) | |
tree | b4ebf90902201132476596981c08f0638d91c70e /gr-qtgui/lib | |
parent | c4050c5bdb55ce14565d0ade84bd518cc8c27ec5 (diff) | |
download | gnuradio-16ec5a3bf5a22cc72423d975666878eeadd2cf3c.tar.gz gnuradio-16ec5a3bf5a22cc72423d975666878eeadd2cf3c.tar.bz2 gnuradio-16ec5a3bf5a22cc72423d975666878eeadd2cf3c.zip |
gr-qtgui: exposing set_update_time to Python.
Diffstat (limited to 'gr-qtgui/lib')
-rw-r--r-- | gr-qtgui/lib/qtgui_sink_c.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-qtgui/lib/qtgui_sink_c.cc b/gr-qtgui/lib/qtgui_sink_c.cc index 2cfa67d75..7b40dd01d 100644 --- a/gr-qtgui/lib/qtgui_sink_c.cc +++ b/gr-qtgui/lib/qtgui_sink_c.cc @@ -39,10 +39,10 @@ qtgui_make_sink_c (int fftsize, int wintype, QWidget *parent) { return gnuradio::get_initial_sptr(new qtgui_sink_c (fftsize, wintype, - fc, bw, name, - plotfreq, plotwaterfall, - plottime, plotconst, - parent)); + fc, bw, name, + plotfreq, plotwaterfall, + plottime, plotconst, + parent)); } qtgui_sink_c::qtgui_sink_c (int fftsize, int wintype, |