Skip to content

Check KateLineLayout* for nullness everywhere

Waqar Ahmed requested to merge work/line-layout-null-check into master

No more asserts or assumptions that it will be valid.

Removed a couple of overloads to simplify the internal apis and make it easy to find usages of KateLineLayout.

BUG: 473529

Merge request reports