aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpyside/feature_select.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/libpyside/feature_select.h')
-rw-r--r--sources/pyside6/libpyside/feature_select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/libpyside/feature_select.h b/sources/pyside6/libpyside/feature_select.h
index 845828a4c..c7c14df3c 100644
--- a/sources/pyside6/libpyside/feature_select.h
+++ b/sources/pyside6/libpyside/feature_select.h
@@ -49,6 +49,7 @@ namespace Feature {
PYSIDE_API void init();
PYSIDE_API void Select(PyObject *obj);
PYSIDE_API PyObject *Select(PyTypeObject *type);
+PYSIDE_API void Enable(bool);
} // namespace Feature
} // namespace PySide