summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/histogram_sink_f_impl.h
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2013-12-12 10:50:56 -0500
committerTom Rondeau <tom@trondeau.com>2013-12-12 10:50:56 -0500
commitb22c1c0e8e4150a6cb33b1af75582d12d0aaed7a (patch)
tree60f8f0583751eb0352878cf838987decac8622c8 /gr-qtgui/lib/histogram_sink_f_impl.h
parent7f9e9e19edbcfe9dc856f659f733bdd1c20d8b2c (diff)
qtgui: fixed issue preventing gr-qtgui build if Python-dev is not installed (ENABLE_PYTHON=False).
Diffstat (limited to 'gr-qtgui/lib/histogram_sink_f_impl.h')
-rw-r--r--gr-qtgui/lib/histogram_sink_f_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-qtgui/lib/histogram_sink_f_impl.h b/gr-qtgui/lib/histogram_sink_f_impl.h
index fb1b5c6f75..e2558890b9 100644
--- a/gr-qtgui/lib/histogram_sink_f_impl.h
+++ b/gr-qtgui/lib/histogram_sink_f_impl.h
@@ -69,7 +69,10 @@ namespace gr {
void exec_();
QWidget* qwidget();
+
+#ifdef ENABLE_PYTHON
PyObject* pyqwidget();
+#endif
void set_y_axis(double min, double max);
void set_x_axis(double min, double max);