mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
Adds a new "QgsDataItemGuiProviderUtils" class, with a generic function for handling deletion of browser connection items. Replace all the duplicate connection deletion logic from the different browser connection providers with calls to the generic function. In addition to removing a lot of duplicate code, the new generic function correctly handles deletion of multiple selected connections (previously, only the first connection would actually be removed). Fixes #26276