Skip to content

Commit 1b06c0c

Browse files
committed
[server] Added comment
1 parent 56b4da6 commit 1b06c0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/server/qgsserverinterface.sip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class QgsServerInterface
4848
/** Register a filter with the given priority. The filter's requestReady()
4949
* and responseReady() methods will be called from the loop*/
5050
virtual void registerFilter( QgsServerFilter* filter /Transfer/, int priority = 0 ) = 0;
51+
/** Set the filters map */
5152
virtual void setFilters( QgsServerFiltersMap* filters /Transfer/) = 0;
5253
/** Return an environment variable set by FCGI*/
5354
virtual QString getEnv(const QString& name ) const = 0;

0 commit comments

Comments
 (0)