shiboken2/clang: Write scope resolution for all parameters of native wrappers
authorFriedemann Kleint <Friedemann.Kleint@qt.io>
Thu, 27 Apr 2023 10:18:39 +0000 (12:18 +0200)
committerGraham Inggs <ginggs@debian.org>
Sat, 25 Jan 2025 16:33:38 +0000 (16:33 +0000)
commit69b8dfffe97fc3286bbc513ab0c79faff88e7060
treeb1c9ef1277521aa07a87ba642d68b2327d11f768
parented028a2890d545e95601724a30e99ac3cfbe9c56
shiboken2/clang: Write scope resolution for all parameters of native wrappers

Make sure types are correct for cases like:

- QtDBusHelper::QDBusReply::QDBusReply(::QDBusReply<void>)
- Qt3DInput*Event constructors taking the equivalent QtGui classes
  (Qt3DInput::QMouseEvent(::QMouseEvent *);

[ChangeLog][shiboken6] Support for parameters/function return
types with scope resolution has been improved.

Fixes: PYSIDE-2288
Pick-to: 6.5 5.15
Change-Id: Id29758fceb88188f4cd834fbd5a7cc0ab511fb1a
Reviewed-by: Christian Tismer <tismer@stackless.com>
(cherry picked from commit dd863857436bbeeba4c0a1077f5ad16653296277)

Gbp-Pq: Name shiboken2-clang-Write-scope-resolution-for-all-parameters.patch
sources/shiboken2/generator/generator.cpp