diff options
Diffstat (limited to 'gr-qtgui/examples/pyqt_example_c.py')
-rw-r--r-- | gr-qtgui/examples/pyqt_example_c.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/examples/pyqt_example_c.py b/gr-qtgui/examples/pyqt_example_c.py index 675101c5a9..6e03138cdc 100644 --- a/gr-qtgui/examples/pyqt_example_c.py +++ b/gr-qtgui/examples/pyqt_example_c.py @@ -149,7 +149,7 @@ class my_top_block(gr.top_block): self.snk1 = qtgui.sink_c(fftsize, filter.firdes.WIN_BLACKMAN_hARRIS, 0, Rs, "Complex Signal Example", - True, True, True, False) + True, True, True, False, None) self.connect(src1, (src,0)) self.connect(src2, (src,1)) |