Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

fix:parent set as first kwarg TextBox and WebsiteWidget

wyzula_j requested to merge fix/parent-first-kwarg into main

Description

When creating any class which inherits from anything qt related, parent has to be first kwarg. It is somewhere hardcode in the Qt code, so if plugin is created from a widget which do not have parent as first kwarg, the whole app crash.

Merge request reports

Loading