summaryrefslogtreecommitdiff
path: root/gr-qtgui/python/qtgui/bindings/freqcontrolpanel_python.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/python/qtgui/bindings/freqcontrolpanel_python.cc')
-rw-r--r--gr-qtgui/python/qtgui/bindings/freqcontrolpanel_python.cc22
1 files changed, 22 insertions, 0 deletions
diff --git a/gr-qtgui/python/qtgui/bindings/freqcontrolpanel_python.cc b/gr-qtgui/python/qtgui/bindings/freqcontrolpanel_python.cc
new file mode 100644
index 0000000000..930bfb7c7b
--- /dev/null
+++ b/gr-qtgui/python/qtgui/bindings/freqcontrolpanel_python.cc
@@ -0,0 +1,22 @@
+/*
+ * Copyright 2020 Free Software Foundation, Inc.
+ *
+ * This file is part of GNU Radio
+ *
+ * SPDX-License-Identifier: GPL-3.0-or-later
+ *
+ */
+
+/* This file is automatically generated using bindtool */
+
+#include <pybind11/complex.h>
+#include <pybind11/pybind11.h>
+#include <pybind11/stl.h>
+
+namespace py = pybind11;
+
+#include <gnuradio/qtgui/freqcontrolpanel.h>
+// pydoc.h is automatically generated in the build directory
+#include <freqcontrolpanel_pydoc.h>
+
+void bind_freqcontrolpanel(py::module& m) {}