Skip to content

Fix typo introduced in a previous commit

Ahmad Samir requested to merge work/ahmad/typo into master

There is an extra call to setLayout(), most likely a typo.

Calling setLayout() twice on the same widget produces a warning in QtWidgets.

Add missing include.

Amends 2f94f2af.

Merge request reports