Skip to content

GUI refactoring: rename methods of SessionItem

Mikhail Svechnikov requested to merge parent_child into main

Both SessionItem and QObject had parent() and children() methods. If class inherits both, it gets conflict.

So I renamed SessionItems methods to itemParent() and itemChildren()

This is moved out to separate MR because it touches many files and may complicate reviewing other changes.

Edited by Mikhail Svechnikov

Merge request reports

Loading