QGIS/python/PyQt6/gui/auto_generated/qgsdataitemguiproviderutils.sip.in
Nyall Dawson 21935668ba Move logic for connection item deletion to new class
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
2024-06-19 16:59:00 +10:00

36 lines
1.2 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsdataitemguiproviderutils.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsDataItemGuiProviderUtils
{
%Docstring(signature="appended")
Utility functions for :py:class:`QgsDataItemGuiProviders`.
.. versionadded:: 3.38
%End
%TypeHeaderCode
#include "qgsdataitemguiproviderutils.h"
%End
public:
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsdataitemguiproviderutils.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/