Skip to content

Remove redundant slot

pqPresetDialog::onRejected() merely called close(), which is a slot. Make the connection that invoked onRejected() invoke close() instead.

Merge request reports