disconnect connection to accepted (not needed)

This commit is contained in:
viperminiq 2025-04-30 09:52:15 +02:00 committed by Nyall Dawson
parent 7d453b4d19
commit 59fb63d46e

View File

@ -150,7 +150,6 @@ QgsMapSaveDialog::QgsMapSaveDialog( QWidget *parent, QgsMapCanvas *mapCanvas, co
}
}
connect( buttonBox, &QDialogButtonBox::accepted, this, &QgsMapSaveDialog::onAccepted );
connect( buttonBox, &QDialogButtonBox::helpRequested, this, &QgsMapSaveDialog::showHelp );
}