Skip to content

Commit

Permalink
Remove reference to obsolete methods in QgsServerFilter class header
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Dec 30, 2024
1 parent b3971ef commit 5ef0306
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
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

0 comments on commit 5ef0306

Please sign in to comment.