aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpyside/pysideinit.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/libpyside/pysideinit.h')
-rw-r--r--sources/pyside6/libpyside/pysideinit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/pyside6/libpyside/pysideinit.h b/sources/pyside6/libpyside/pysideinit.h
index 3a8f20158..c623a0d27 100644
--- a/sources/pyside6/libpyside/pysideinit.h
+++ b/sources/pyside6/libpyside/pysideinit.h
@@ -17,6 +17,9 @@ PYSIDE_API void init(PyObject *module);
///
/// This is used in a standalone build, to inform QLibraryInfo of the Qt prefix
/// (where Qt libraries are installed) so that plugins can be successfully loaded.
+///
+/// This is also used if PySide runs from inside a conda environment to solve
+/// conflicts with the qt.conf installed by Anaconda Qt packages.
PYSIDE_API bool registerInternalQtConf();
} //namespace PySide