aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/libshiboken/bindingmanager.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-05-11 15:33:45 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-05-13 09:32:28 +0200
commit91b4b4abe4b4caa475a876c27a7d897c0fe301a4 (patch)
tree2f8fb7a008dee50eae57f93cdc5431c54c2da922 /sources/shiboken2/libshiboken/bindingmanager.h
parente87645fba5e15d29cb8b913f2a00afaba1bf5f8e (diff)
libshiboken: Remove deprecated API
Remove deprecated functions. Task-number: PYSIDE-904 Change-Id: If787a451c6ef6408861dd5a5dba51342065e8d7f Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken2/libshiboken/bindingmanager.h')
-rw-r--r--sources/shiboken2/libshiboken/bindingmanager.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sources/shiboken2/libshiboken/bindingmanager.h b/sources/shiboken2/libshiboken/bindingmanager.h
index bfcbdc79b..ba5535347 100644
--- a/sources/shiboken2/libshiboken/bindingmanager.h
+++ b/sources/shiboken2/libshiboken/bindingmanager.h
@@ -77,12 +77,6 @@ public:
void addClassInheritance(SbkObjectType *parent, SbkObjectType *child);
/**
- * \deprecated Use \fn resolveType(void **, SbkObjectType *), this version is broken when used with multiple inheritance
- * because the \p cptr pointer of the discovered type may be different of the given \p cptr in case
- * of multiple inheritance
- */
- SBK_DEPRECATED(SbkObjectType *resolveType(void *cptr, SbkObjectType *type));
- /**
* Try to find the correct type of *cptr knowing that it's at least of type \p type.
* In case of multiple inheritance this function may change the contents of cptr.
* \param cptr a pointer to a pointer to the instance of type \p type