Skip to content

Minor code quality fixes

ivan tkachenko requested to merge work/ratijas/fixup into master

Remove non-existent protected constructors

In class declaration, put member fields after methods

Add includes to private headers

Without them, they look quite messy when paired with any kind of type checker / linter / LSP.

Mark constructors as explicit

Merge request reports