Skip to content

Use maybe unused instead of Q_Unused

Q_Unused add line for nothing and C++ introduce an elegant way to say unused var.

Merge request reports