diff options
author | Ron Economos <w6rz@comcast.net> | 2020-07-19 16:08:56 -0700 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-07-22 12:57:10 -0400 |
commit | c2f42238032e2315371aaec8a64687d99028ccd2 (patch) | |
tree | 141b0b63cb6eebe7ccd27b01da8832b0d7eca838 /gr-qtgui/examples/pyqt_example_c.py | |
parent | b3de331436bfda3aa30575db698d181ee5d406f7 (diff) |
gr-qtgui: Repair qtgui examples for pybind11.
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)) |