Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove reference to obsolete methods in QgsServerFilter class header #60022

Merged
merged 1 commit into from
Dec 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions python/PyQt6/server/auto_generated/qgsserverfilter.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ class QgsServerFilter
%Docstring(signature="appended")
Class defining I/O filters for QGIS Server and
implemented in plugins.

Filters can define any (or none) of the following hooks:

- :py:func:`~requestReady` - called when request is ready
- :py:func:`~responseComplete` - called when the response is complete after core services have returned to main loop
- :py:func:`~sendResponse` - called just before sending output to FGCI
%End

%TypeHeaderCode
Expand Down
6 changes: 0 additions & 6 deletions python/server/auto_generated/qgsserverfilter.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ class QgsServerFilter
%Docstring(signature="appended")
Class defining I/O filters for QGIS Server and
implemented in plugins.

Filters can define any (or none) of the following hooks:

- :py:func:`~requestReady` - called when request is ready
- :py:func:`~responseComplete` - called when the response is complete after core services have returned to main loop
- :py:func:`~sendResponse` - called just before sending output to FGCI
%End

%TypeHeaderCode
Expand Down
5 changes: 0 additions & 5 deletions src/server/qgsserverfilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ class QgsServerInterface;
* \brief Class defining I/O filters for QGIS Server and
* implemented in plugins.
*
* Filters can define any (or none) of the following hooks:
*
* - requestReady() - called when request is ready
* - responseComplete() - called when the response is complete after core services have returned to main loop
* - sendResponse() - called just before sending output to FGCI
*/
class SERVER_EXPORT QgsServerFilter
{
Expand Down
Loading