Skip to content

Use new-style signal/slot connection for pqPropertiesPanel

T.J. Corona requested to merge tjcorona/aeva:future-proof-signal-slot into master

The signatures for pqPropertiesPanel::deleteRequested and pqDeleteReaction::deleteSource have changed. Qt's "new" signal/slot syntax will be agnostic to the change in signature, so this update will be backwards and forwards-compatible.

Merge request reports