Skip to content

pqVRDockPanel: fix deprecation warning

The old signature for addWidget that was valid for QGridLayout worked for QVBoxLayout, but the arguments unintentionally invoked deprecated behavior.

Merge request reports