aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/libshiboken/signature/signature_helper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/libshiboken/signature/signature_helper.cpp')
-rw-r--r--sources/shiboken6/libshiboken/signature/signature_helper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken6/libshiboken/signature/signature_helper.cpp b/sources/shiboken6/libshiboken/signature/signature_helper.cpp
index 2b360c786..f38740254 100644
--- a/sources/shiboken6/libshiboken/signature/signature_helper.cpp
+++ b/sources/shiboken6/libshiboken/signature/signature_helper.cpp
@@ -357,10 +357,10 @@ static int _build_func_to_type(PyObject *obtype)
* It is possible that a method is overwritten by another
* attribute with the same name. This case was obviously provoked
* explicitly in "testbinding.TestObject.staticMethodDouble",
- * where instead of the method a "PySide2.QtCore.Signal" object
+ * where instead of the method a "PySide6.QtCore.Signal" object
* was in the dict.
* This overlap is also found in regular PySide under
- * "PySide2.QtCore.QProcess.error" where again a signal object is
+ * "PySide6.QtCore.QProcess.error" where again a signal object is
* returned. These hidden methods will be opened for the
* signature module by adding them under the name
* "{name}.overload".