diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-09-06 11:49:35 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-09-09 20:06:23 +0200 |
| commit | 47885c3c9d1ca4eb13daf79a0f6c73c8fce350cc (patch) | |
| tree | eed3cfe07669d40431178287f43d191e3bcec15e /examples/scriptableapplication/pythonutils.cpp | |
| parent | aec162c77194898eb04fff83036e8157db3eb051 (diff) | |
shiboken6: Split out node classes from OverloadData
OverloadData represents a tree, the root node of which has
the list of all functions and a list of children, which represent
an argument/type combination.
This was all in one class, where it was unclear which member function
or member variable was applicable to the node type.
To fix this, split out a root node class and an argument node class.
Rename nextOverloadData() to children() and previousOverloadData()
to parent() to make the relationship clearer.
Task-number: PYSIDE-1653
Change-Id: Ife63e78604bc42c08cc8cd0056d1c810060ba886
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'examples/scriptableapplication/pythonutils.cpp')
0 files changed, 0 insertions, 0 deletions
