summaryrefslogtreecommitdiff
path: root/gr-qtgui/apps/pyqt_example_c.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-04-06 00:22:29 -0400
committerTom Rondeau <trondeau@vt.edu>2011-04-06 00:22:29 -0400
commit8f53f5a782a6500d191ba557b37e7e3785cf6e02 (patch)
treea18c33aa51f4ac3defb8e179b12ce380b74e3da9 /gr-qtgui/apps/pyqt_example_c.py
parentb0f876b55549db96920c2b3bfee32de6748096af (diff)
gr-qtgui: removing references to 3D waterfall plot and changning QtGui API to remove bool that turns it on/off.
Diffstat (limited to 'gr-qtgui/apps/pyqt_example_c.py')
-rwxr-xr-xgr-qtgui/apps/pyqt_example_c.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/apps/pyqt_example_c.py b/gr-qtgui/apps/pyqt_example_c.py
index e1fb8a6beb..90eec3694f 100755
--- a/gr-qtgui/apps/pyqt_example_c.py
+++ b/gr-qtgui/apps/pyqt_example_c.py
@@ -121,7 +121,7 @@ class my_top_block(gr.top_block):
self.snk1 = qtgui.sink_c(fftsize, gr.firdes.WIN_BLACKMAN_hARRIS,
0, Rs,
"Complex Signal Example",
- True, True, False, True, False)
+ True, True, True, False)
self.connect(src1, (src,0))
self.connect(src2, (src,1))