diff options
Diffstat (limited to 'gr-qtgui/examples/pyqt_example_f.py')
-rw-r--r-- | gr-qtgui/examples/pyqt_example_f.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/examples/pyqt_example_f.py b/gr-qtgui/examples/pyqt_example_f.py index 16d0f02681..b5099e581f 100644 --- a/gr-qtgui/examples/pyqt_example_f.py +++ b/gr-qtgui/examples/pyqt_example_f.py @@ -140,7 +140,7 @@ class my_top_block(gr.top_block): self.snk1 = qtgui.sink_f(fftsize, filter.firdes.WIN_BLACKMAN_hARRIS, 0, Rs, "Float Signal Example", - True, True, True, False) + True, True, True, False, None) self.connect(src1, (src,0)) self.connect(src2, (src,1)) |