aboutsummaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2013-10-26 21:07:14 +0200
committerSylvain Munaut <tnt@246tNt.com>2013-10-26 21:07:14 +0200
commit6183eefc9affd61c775b1aba51ad5a3c4719468f (patch)
tree7c2f642defe2ad3d9bda81f1c2e5cf58bf2dce35 /swig
parente3732c0609fd25e3da3e9bcf25d6aaece88373fb (diff)
gr-fosphor: Add Qt widget version of the fosphor sink
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'swig')
-rw-r--r--swig/fosphor_swig.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/swig/fosphor_swig.i b/swig/fosphor_swig.i
index 1812de5..342dda1 100644
--- a/swig/fosphor_swig.i
+++ b/swig/fosphor_swig.i
@@ -9,6 +9,7 @@
%{
#include "gnuradio/fosphor/glfw_sink_c.h"
+#include "gnuradio/fosphor/qt_sink_c.h"
#include "gnuradio/fosphor/wx_core_sink_c.h"
%}
@@ -19,5 +20,8 @@
%include "gnuradio/fosphor/glfw_sink_c.h"
GR_SWIG_BLOCK_MAGIC2(fosphor, glfw_sink_c);
+%include "gnuradio/fosphor/qt_sink_c.h"
+GR_SWIG_BLOCK_MAGIC2(fosphor, qt_sink_c);
+
%include "gnuradio/fosphor/wx_core_sink_c.h"
GR_SWIG_BLOCK_MAGIC2(fosphor, wx_core_sink_c);