diff options
Diffstat (limited to 'gr-qtgui/apps/plot_psd_base.py')
-rw-r--r-- | gr-qtgui/apps/plot_psd_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/apps/plot_psd_base.py b/gr-qtgui/apps/plot_psd_base.py index bb1567e014..46f903e1b5 100644 --- a/gr-qtgui/apps/plot_psd_base.py +++ b/gr-qtgui/apps/plot_psd_base.py @@ -107,7 +107,7 @@ class plot_base(gr.top_block): self.pyWin = sip.wrapinstance(pyQt, QtGui.QWidget) self._is_setup = True - + def is_setup(self): return self._is_setup |