diff options
| author | Christian Tismer <tismer@stackless.com> | 2023-04-12 00:20:11 +0200 |
|---|---|---|
| committer | Christian Tismer <tismer@stackless.com> | 2023-04-12 14:11:57 +0200 |
| commit | e99951fc69c9f74001d577b291a48f3fd582427f (patch) | |
| tree | a657b80ab853c1c618e4bbe7d07a2106da64353e /sources/pyside6/doc/tutorials/qmlsqlintegration/main.py | |
| parent | e20e1ea0f5f9f9a0fe1c309a60cb5297f1276efc (diff) | |
Implement multiple inheritance correctly, amended
In multiple inheritance, it makes no sense to pass positional
arguments into a mixin class. This was correctly implemented
but later "corrected" because of wrong user input.
Correct and compatible to the competitor's implementation
is passing keyword arguments, only.
This is rarely a problem since people should use keyword arguments
only in multiple inheritance.
Change-Id: If5eb19368a50ee2a5534f10081d84511453993e5
Fixes: PYSIDE-2294
Pick-to: 6.5
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6/doc/tutorials/qmlsqlintegration/main.py')
0 files changed, 0 insertions, 0 deletions
