Skip to content

pqMultiBlockInspectorWidget: fix pixmap() usage

QLabel::pixmap() return a pointer for Qt < 5.15.

related to !6881 (merged)

  • 5.12 does not have the function with the returnbyvalue + return a pointer
  • 5.15 has it and considers the one without the parameter deprecated
  • 6.7 does not have the function with the returnbyvalue.

Merge request reports