Skip to content

ActionToolBar: let keyword not used

Let keyword forgotten before variable initialization.

fixes warnings complaining that writing to a global variable is not possible (it doesn't exist in the first place, and neither does the local variable).

Edited by Matej Starc

Merge request reports

Loading